MediaWiki REL1_37
|
This is a hook handler interface, see docs/Hooks.md. More...
Public Member Functions | |
onActionModifyFormFields ( $name, &$fields, $article) | |
This hook is called before creating an HTMLForm object for a page action. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "ActionModifyFormFields" to register handlers implementing this interface.
Definition at line 14 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.