Page MenuHomeWickedGov Phorge

EditPageGetCheckboxesDefinitionHook.php
No OneTemporary

Size
809 B
Referenced Files
None
Subscribers
None

EditPageGetCheckboxesDefinitionHook.php

<?php
namespace MediaWiki\Hook;
use MediaWiki\EditPage\EditPage;
/**
* This is a hook handler interface, see docs/Hooks.md.
* Use the hook name "EditPageGetCheckboxesDefinition" to register handlers implementing this interface.
*
* @stable to implement
* @ingroup Hooks
*/
interface EditPageGetCheckboxesDefinitionHook {
/**
* Use this hook to modify the edit checkboxes and other form fields
* below the textarea in the edit form.
*
* @since 1.35
*
* @param EditPage $editpage Current EditPage object
* @param array &$checkboxes Array of checkbox definitions. See
* EditPage::getCheckboxesDefinition() for the format.
* @return bool|void True or no return value to continue or false to abort
*/
public function onEditPageGetCheckboxesDefinition( $editpage, &$checkboxes );
}

File Metadata

Mime Type
text/x-php
Expires
Sat, May 16, 16:04 (13 h, 33 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
7d/d4/7f88327353ed934486bf37950186
Default Alt Text
EditPageGetCheckboxesDefinitionHook.php (809 B)

Event Timeline