MediaWiki REL1_39
|
This is a hook handler interface, see docs/Hooks.md. More...
Public Member Functions | |
onEditPageBeforeEditToolbar (&$toolbar) | |
Use this hook to add an edit toolbar above the textarea in the edit form. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "EditPageBeforeEditToolbar" to register handlers implementing this interface.
Definition at line 12 of file EditPageBeforeEditToolbarHook.php.
MediaWiki\Hook\EditPageBeforeEditToolbarHook::onEditPageBeforeEditToolbar | ( | & | $toolbar | ) |
Use this hook to add an edit toolbar above the textarea in the edit form.
string | &$toolbar | Toolbar HTML, initially an empty <div id="toolbar"></div> |
Implemented in MediaWiki\HookContainer\HookRunner.