MediaWiki
master
EditPageNoSuchSectionHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Hook
;
4
5
use
MediaWiki\EditPage\EditPage
;
6
14
interface
EditPageNoSuchSectionHook
{
24
public
function
onEditPageNoSuchSection
( $editpage, &$res );
25
}
MediaWiki\EditPage\EditPage
The HTML user interface for page editing.
Definition:
EditPage.php:146
MediaWiki\Hook\EditPageNoSuchSectionHook
This is a hook handler interface, see docs/Hooks.md.
Definition:
EditPageNoSuchSectionHook.php:14
MediaWiki\Hook\EditPageNoSuchSectionHook\onEditPageNoSuchSection
onEditPageNoSuchSection( $editpage, &$res)
This hook is called when a section edit request is given for a non-existent section.
MediaWiki\Hook
Definition:
ActionBeforeFormDisplayHook.php:3
includes
Hook
EditPageNoSuchSectionHook.php
Generated on Sat Sep 23 2023 18:08:36 for MediaWiki by
1.9.1