Extension:ManageWiki/Hooks/ManageWikiCoreAddFormFields
ManageWikiCoreAddFormFields | |
---|---|
Available from version ??? Please edit this page to enter a summary. |
|
Define function: | public static function onManageWikiCoreAddFormFields( bool $ceMW, IContextSource $context, string $dbName, array &$formDescriptor ) { ... }
|
Attach hook: | $wgHooks['ManageWikiCoreAddFormFields'][] = 'MyExtensionHooks::onManageWikiCoreAddFormFields';
|
Called from: | File(s): ManageWiki / |
For more information about attaching hooks, see Manual:Hooks .
For examples of other extensions using this hook, see Category:ManageWikiCoreAddFormFields extensions.