MediaWiki
REL1_39
MovePageFactory.php
Go to the documentation of this file.
1
<?php
21
namespace
MediaWiki\Page
;
22
23
use
MovePage
;
24
use
Title
;
25
33
interface
MovePageFactory
{
34
40
public
function
newMovePage
(
Title
$from,
Title
$to ):
MovePage
;
41
}
MovePage
Handles the backend logic of moving a page from one title to another.
Definition
MovePage.php:50
Title
Represents a title within MediaWiki.
Definition
Title.php:49
MediaWiki\Page\MovePageFactory
Service for page rename actions.
Definition
MovePageFactory.php:33
MediaWiki\Page\MovePageFactory\newMovePage
newMovePage(Title $from, Title $to)
MediaWiki\Page
Definition
ContentModelChangeFactory.php:22
includes
page
MovePageFactory.php
Generated on Mon Nov 11 2024 07:23:36 for MediaWiki by
1.10.0