Extension:ManageWiki/Hooks/ManageWikiCoreFormSubmission
Appearance
For more information about attaching hooks, see Manual:Hooks.
For examples of other extensions using this hook, see Category:ManageWikiCoreFormSubmission extensions.
| ManageWikiCoreFormSubmission | |
|---|---|
| Available from version ??? Please edit this page to enter a summary. |
|
| Define function: | public static function onManageWikiCoreFormSubmission( IContextSource $context, string $dbName, Wikimedia\Rdbms\DBConnRef $dbw, array $formData, Miraheze\CreateWiki\RemoteWiki &$wiki ) { ... }
|
| Attach hook: | $wgHooks['ManageWikiCoreFormSubmission'][] = 'MyExtensionHooks::onManageWikiCoreFormSubmission';
|
| Called from: | File(s): ManageWiki / |
For more information about attaching hooks, see Manual:Hooks .
For examples of other extensions using this hook, see Category:ManageWikiCoreFormSubmission extensions.