MediaWiki REL1_39
NamespaceIsMovableHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
25 public function onNamespaceIsMovable( $index, &$result );
26}
This is a hook handler interface, see docs/Hooks.md.
onNamespaceIsMovable( $index, &$result)
This hook is called when determining if it is possible to move pages in a namespace.