MediaWiki REL1_35
|
Stable to implement. More...
Public Member Functions | |
onActionModifyFormFields ( $name, &$fields, $article) | |
This hook is called before creating an HTMLForm object for a page action. | |
Stable to implement.
Definition at line 11 of file ActionModifyFormFieldsHook.php.
MediaWiki\Hook\ActionModifyFormFieldsHook::onActionModifyFormFields | ( | $name, | |
& | $fields, | ||
$article | |||
) |
This hook is called before creating an HTMLForm object for a page action.
Use this hook to change the fields on the form that will be generated.
Implemented in MediaWiki\HookContainer\HookRunner.