Extension:StructuredDiscussions/Hooks/FlowAddModules
FlowAddModules | |
---|---|
Available from version ??? Allow other extensions to register ResourceLoader modules |
|
Define function: | public static function onFlowAddModules( OutputPage $output ) { ... }
|
Attach hook: | $wgHooks['FlowAddModules'][] = 'MyExtensionHooks::onFlowAddModules';
|
Called from: | File(s): StructuredDiscussions / includes/View.php Function(s): addModules |
For more information about attaching hooks, see Manual:Hooks .
For examples of other extensions using this hook, see Category:FlowAddModules extensions.
Details
edit$output
: An instance ofOutputPage