MediaWiki master
MovePageFactory.php
Go to the documentation of this file.
1<?php
21namespace MediaWiki\Page;
22
30interface MovePageFactory {
31
37 public function newMovePage( PageIdentity $from, PageIdentity $to ): MovePage;
38}
Handles the backend logic of moving a page from one title to another.
Definition MovePage.php:67
Service for page rename actions.
newMovePage(PageIdentity $from, PageIdentity $to)
Interface for objects (potentially) representing an editable wiki page.