MediaWiki
REL1_37
EditPageGetCheckboxesDefinitionHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Hook
;
4
5
use
EditPage
;
6
14
interface
EditPageGetCheckboxesDefinitionHook
{
26
public
function
onEditPageGetCheckboxesDefinition
( $editpage, &$checkboxes );
27
}
EditPage
The edit page/HTML interface (split from Article) The actual database and text munging is still in Ar...
Definition
EditPage.php:88
MediaWiki\Hook\EditPageGetCheckboxesDefinitionHook
This is a hook handler interface, see docs/Hooks.md.
Definition
EditPageGetCheckboxesDefinitionHook.php:14
MediaWiki\Hook\EditPageGetCheckboxesDefinitionHook\onEditPageGetCheckboxesDefinition
onEditPageGetCheckboxesDefinition( $editpage, &$checkboxes)
Use this hook to modify the edit checkboxes and other form fields below the textarea in the edit form...
MediaWiki\Hook
Definition
ActionBeforeFormDisplayHook.php:3
includes
Hook
EditPageGetCheckboxesDefinitionHook.php
Generated on Fri Apr 5 2024 23:40:17 for MediaWiki by
1.9.8