Manual:Hooks/ActionBeforeFormDisplay
From MediaWiki.org
| ActionBeforeFormDisplay | |
|---|---|
| Available from version 1.18.0 (r86001) Before executing the HTMLForm object |
|
Define function: |
public static function onActionBeforeFormDisplay( $name, &$form, $article ) { ... }
|
Attach hook: |
$wgHooks['ActionBeforeFormDisplay'][] = 'MyExtensionHooks::onActionBeforeFormDisplay'; |
| Called from: | Action.php |
For more information about attaching hooks, see Manual:Hooks.
For examples of extensions using this hook, see Category:ActionBeforeFormDisplay extensions.
Details [edit]
- $name: name of the action
- &$form: HTMLForm object
- $article: Article object