MediaWiki REL1_40
|
This is a hook handler interface, see docs/Hooks.md. More...
Inherited by MediaWiki\HookContainer\HookRunner.
Public Member Functions | |
onEditPageGetCheckboxesDefinition ( $editpage, &$checkboxes) | |
Use this hook to modify the edit checkboxes and other form fields below the textarea in the edit form. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "EditPageGetCheckboxesDefinition" to register handlers implementing this interface.
Definition at line 14 of file EditPageGetCheckboxesDefinitionHook.php.
MediaWiki\Hook\EditPageGetCheckboxesDefinitionHook::onEditPageGetCheckboxesDefinition | ( | $editpage, | |
& | $checkboxes ) |
Use this hook to modify the edit checkboxes and other form fields below the textarea in the edit form.
EditPage | $editpage | Current EditPage object |
array | &$checkboxes | Array of checkbox definitions. See EditPage::getCheckboxesDefinition() for the format. |
Implemented in MediaWiki\HookContainer\HookRunner.