MediaWiki
REL1_35
EditPageBeforeEditButtonsHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Hook
;
4
5
use
EditPage
;
6
11
interface
EditPageBeforeEditButtonsHook
{
22
public
function
onEditPageBeforeEditButtons
( $editpage, &$buttons, &$tabindex );
23
}
EditPage
The edit page/HTML interface (split from Article) The actual database and text munging is still in Ar...
Definition
EditPage.php:62
MediaWiki\Hook\EditPageBeforeEditButtonsHook
Stable to implement.
Definition
EditPageBeforeEditButtonsHook.php:11
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 Sat Apr 6 2024 00:07:12 for MediaWiki by
1.9.8