MediaWiki REL1_37
|
This is a hook handler interface, see docs/Hooks.md. More...
Public Member Functions | |
onTitleMoveStarting ( $old, $nt, $user) | |
This hook is called before moving an article (title), but just after the atomic DB section starts. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "TitleMoveStarting" to register handlers implementing this interface.
Definition at line 15 of file TitleMoveStartingHook.php.
MediaWiki\Hook\TitleMoveStartingHook::onTitleMoveStarting | ( | $old, | |
$nt, | |||
$user | |||
) |
This hook is called before moving an article (title), but just after the atomic DB section starts.
Implemented in MediaWiki\HookContainer\HookRunner.