MediaWiki REL1_37
|
This is a hook handler interface, see docs/Hooks.md. More...
Public Member Functions | |
onEditPageNoSuchSection ( $editpage, &$res) | |
This hook is called when a section edit request is given for an non-existent section. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "EditPageNoSuchSection" to register handlers implementing this interface.
Definition at line 14 of file EditPageNoSuchSectionHook.php.
MediaWiki\Hook\EditPageNoSuchSectionHook::onEditPageNoSuchSection | ( | $editpage, | |
& | $res | ||
) |
This hook is called when a section edit request is given for an non-existent section.
Implemented in MediaWiki\HookContainer\HookRunner.