MediaWiki master
MovePageFactory.php
Go to the documentation of this file.
1<?php
7namespace MediaWiki\Page;
8
16interface MovePageFactory {
17
23 public function newMovePage( PageIdentity $from, PageIdentity $to ): MovePage;
24}
Handles the backend logic of moving a page from one title to another.
Definition MovePage.php:55
Service for page rename actions.
newMovePage(PageIdentity $from, PageIdentity $to)
Interface for objects (potentially) representing an editable wiki page.