MediaWiki
REL1_40
EditPageBeforeEditButtonsHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Hook
;
4
5
use
MediaWiki\EditPage\EditPage
;
6
14
interface
EditPageBeforeEditButtonsHook
{
25
public
function
onEditPageBeforeEditButtons
( $editpage, &$buttons, &$tabindex );
26
}
MediaWiki\EditPage\EditPage
The HTML user interface for page editing.
Definition
EditPage.php:149
MediaWiki\Hook\EditPageBeforeEditButtonsHook
This is a hook handler interface, see docs/Hooks.md.
Definition
EditPageBeforeEditButtonsHook.php:14
MediaWiki\Hook\EditPageBeforeEditButtonsHook\onEditPageBeforeEditButtons
onEditPageBeforeEditButtons( $editpage, &$buttons, &$tabindex)
Use this hook to modify the edit buttons below the textarea in the edit form.
MediaWiki\Hook
Definition
ActionBeforeFormDisplayHook.php:3
includes
Hook
EditPageBeforeEditButtonsHook.php
Generated on Thu Jun 27 2024 14:02:48 for MediaWiki by
1.10.0