MediaWiki
REL1_37
EditPageNoSuchSectionHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Hook
;
4
5
use
EditPage
;
6
14
interface
EditPageNoSuchSectionHook
{
24
public
function
onEditPageNoSuchSection
( $editpage, &
$res
);
25
}
EditPage
The edit page/HTML interface (split from Article) The actual database and text munging is still in Ar...
Definition
EditPage.php:88
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:57
includes
Hook
EditPageNoSuchSectionHook.php
Generated on Fri Apr 5 2024 23:40:17 for MediaWiki by
1.9.8