MediaWiki
REL1_40
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:149
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 an non-existent section.
MediaWiki\Hook
Definition
ActionBeforeFormDisplayHook.php:3
$res
$res
Definition
testCompression.php:58
includes
Hook
EditPageNoSuchSectionHook.php
Generated on Thu Jun 27 2024 14:02:48 for MediaWiki by
1.10.0