MediaWiki REL1_39
|
This is a hook handler interface, see docs/Hooks.md. More...
Public Member Functions | |
onMovePageIsValidMove ( $oldTitle, $newTitle, $status) | |
Use this hook to specify whether a page can be moved for technical reasons. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "MovePageIsValidMove" to register handlers implementing this interface.
Definition at line 15 of file MovePageIsValidMoveHook.php.
MediaWiki\Hook\MovePageIsValidMoveHook::onMovePageIsValidMove | ( | $oldTitle, | |
$newTitle, | |||
$status ) |
Use this hook to specify whether a page can be moved for technical reasons.
Title | $oldTitle | Current (old) location |
Title | $newTitle | New location |
Status | $status | Status object to pass error messages to |
Implemented in MediaWiki\HookContainer\HookRunner.