MediaWiki REL1_39
SpecialMovepageAfterMoveHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
6use Title;
7
26 public function onSpecialMovepageAfterMove( $movePage, $oldTitle, $newTitle );
27}
A special page that allows users to change page titles.
Represents a title within MediaWiki.
Definition Title.php:49
This is a hook handler interface, see docs/Hooks.md.
onSpecialMovepageAfterMove( $movePage, $oldTitle, $newTitle)
This hook is called after moving a page.