Extension:StructuredDiscussions/Hooks/APIFlowAfterExecute

From mediawiki.org
APIFlowAfterExecute
Available from version ???

Define function:
public static function onAPIFlowAfterExecute( Flow\Api\ApiFlowBase $module ) { ... }
Attach hook:
$wgHooks['APIFlowAfterExecute'][] = 'MyExtensionHooks::onAPIFlowAfterExecute';
Called from:File(s): StructuredDiscussions / includes/Api/ApiFlow.php
Function(s): execute

For more information about attaching hooks, see Manual:Hooks .
For examples of other extensions using this hook, see Category:APIFlowAfterExecute extensions.

Parameters[edit]

  • $module: An instance of Flow\Api\ApiFlowBase