MediaWiki REL1_35
EditPageGetCheckboxesDefinitionHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
5use EditPage;
6
23 public function onEditPageGetCheckboxesDefinition( $editpage, &$checkboxes );
24}
The edit page/HTML interface (split from Article) The actual database and text munging is still in Ar...
Definition EditPage.php:62
onEditPageGetCheckboxesDefinition( $editpage, &$checkboxes)
Use this hook to modify the edit checkboxes and other form fields below the textarea in the edit form...