MediaWiki  master
EditPageNoSuchSectionHook.php
Go to the documentation of this file.
1 <?php
2 
3 namespace MediaWiki\Hook;
4 
6 
24  public function onEditPageNoSuchSection( $editpage, &$res );
25 }
The HTML user interface for page editing.
Definition: EditPage.php:146
This is a hook handler interface, see docs/Hooks.md.
onEditPageNoSuchSection( $editpage, &$res)
This hook is called when a section edit request is given for a non-existent section.