MediaWiki  master
SpecialMovepageAfterMoveHook.php
Go to the documentation of this file.
1 <?php
2 
3 namespace MediaWiki\Hook;
4 
7 
26  public function onSpecialMovepageAfterMove( $movePage, $oldTitle, $newTitle );
27 }
Implement Special:Movepage for changing page titles.
Represents a title within MediaWiki.
Definition: Title.php:76
This is a hook handler interface, see docs/Hooks.md.
onSpecialMovepageAfterMove( $movePage, $oldTitle, $newTitle)
This hook is called after moving a page.