MediaWiki REL1_35
SpecialMovepageAfterMoveHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
6use Title;
7
23 public function onSpecialMovepageAfterMove( $movePage, $oldTitle, $newTitle );
24}
A special page that allows users to change page titles.
Represents a title within MediaWiki.
Definition Title.php:42
onSpecialMovepageAfterMove( $movePage, $oldTitle, $newTitle)
This hook is called after moving a page.