MediaWiki master
EditPageBeforeEditToolbarHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
22 public function onEditPageBeforeEditToolbar( &$toolbar );
23}
This is a hook handler interface, see docs/Hooks.md.
onEditPageBeforeEditToolbar(&$toolbar)
Use this hook to add an edit toolbar above the textarea in the edit form.