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