|
MediaWiki REL1_35
|
Stable to implement. More...

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. | |
Stable to implement.
Definition at line 11 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.