Extension:StructuredDiscussions/Hooks/FlowAddModules
Appearance
From mediawiki.org
FlowAddModules
Available from version ???
Allow other extensions to register ResourceLoader modules
Allow other extensions to register ResourceLoader modules
Define function:
public static function onFlowAddModules( OutputPage $output ) { ... }
Attach hook:
$wgHooks['FlowAddModules'][] = 'MyExtensionHooks::onFlowAddModules';
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