MediaWiki REL1_35
|
Stable to implement. More...
Public Member Functions | |
onNamespaceIsMovable ( $index, &$result) | |
This hook is called when determining if it is possible to move pages in a namespace. | |
Stable to implement.
Definition at line 9 of file NamespaceIsMovableHook.php.
MediaWiki\Hook\NamespaceIsMovableHook::onNamespaceIsMovable | ( | $index, | |
& | $result | ||
) |
This hook is called when determining if it is possible to move pages in a namespace.
int | $index | Index of the namespace being checked |
bool | &$result | Whether MediaWiki currently thinks that pages in this namespace are movable. Hooks may change this value to override the return value of NamespaceInfo::isMovable(). |
Implemented in MediaWiki\HookContainer\HookRunner.