MediaWiki master
EditPageGetCheckboxesDefinitionHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
6
26 public function onEditPageGetCheckboxesDefinition( $editpage, &$checkboxes );
27}
The HTML user interface for page editing.
Definition EditPage.php:145
This is a hook handler interface, see docs/Hooks.md.
onEditPageGetCheckboxesDefinition( $editpage, &$checkboxes)
Use this hook to modify the edit checkboxes and other form fields below the textarea in the edit form...