MediaWiki REL1_35
|
Stable to implement. More...
Public Member Functions | |
onMovePageIsValidMove ( $oldTitle, $newTitle, $status) | |
Use this hook to specify whether a page can be moved for technical reasons. | |
Stable to implement.
Definition at line 12 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.