MediaWiki REL1_35
|
Stable to implement. More...
Public Member Functions | |
onEditPageBeforeEditButtons ( $editpage, &$buttons, &$tabindex) | |
Use this hook to modify the edit buttons below the textarea in the edit form. | |
Stable to implement.
Definition at line 11 of file EditPageBeforeEditButtonsHook.php.
MediaWiki\Hook\EditPageBeforeEditButtonsHook::onEditPageBeforeEditButtons | ( | $editpage, | |
& | $buttons, | ||
& | $tabindex | ||
) |
Use this hook to modify the edit buttons below the textarea in the edit form.
EditPage | $editpage | Current EditPage object |
array | &$buttons | Array of edit buttons, "Save", "Preview", "Live", and "Diff" |
string | &$tabindex | HTML tabindex of the last edit check/button |
Implemented in MediaWiki\HookContainer\HookRunner.