MediaWiki REL1_39
EditPageBeforeEditButtonsHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
5use EditPage;
6
25 public function onEditPageBeforeEditButtons( $editpage, &$buttons, &$tabindex );
26}
The edit page/HTML interface (split from Article) The actual database and text munging is still in Ar...
Definition EditPage.php:103
This is a hook handler interface, see docs/Hooks.md.
onEditPageBeforeEditButtons( $editpage, &$buttons, &$tabindex)
Use this hook to modify the edit buttons below the textarea in the edit form.