|
MediaWiki REL1_39
|
This is a hook handler interface, see docs/Hooks.md. More...

Public Member Functions | |
| onActionBeforeFormDisplay ( $name, $form, $article) | |
| This hook is called before executing the HTMLForm object. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "ActionBeforeFormDisplay" to register handlers implementing this interface.
Definition at line 15 of file ActionBeforeFormDisplayHook.php.
| MediaWiki\Hook\ActionBeforeFormDisplayHook::onActionBeforeFormDisplay | ( | $name, | |
| $form, | |||
| $article ) |
This hook is called before executing the HTMLForm object.
Implemented in MediaWiki\HookContainer\HookRunner.