Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F1425847
DeletePageFactory.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
425 B
Referenced Files
None
Subscribers
None
DeletePageFactory.php
View Options
<?php
namespace
MediaWiki\Page
;
use
MediaWiki\Permissions\Authority
;
/**
* Service for page delete actions.
*
* Default implementation is MediaWiki\Page\PageCommandFactory.
*
* @since 1.37
*/
interface
DeletePageFactory
{
/**
* @param ProperPageIdentity $page
* @param Authority $deleter
* @return DeletePage
*/
public
function
newDeletePage
(
ProperPageIdentity
$page
,
Authority
$deleter
):
DeletePage
;
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sat, May 16, 12:06 (21 h, 54 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
53/0e/d1f2f911ee275d1174b4f1f9f4b3
Default Alt Text
DeletePageFactory.php (425 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment