Extension:Echo/Hooks/EchoEventInsertComplete

Category:Extension hooks#EchoEventInsertComplete
EchoEventInsertComplete
Available from version 1.22.0 (Gerrit change 86351)

Define function:
public static function onEchoEventInsertComplete( $obj ) { ... }
Attach hook:
$wgHooks['EchoEventInsertComplete'][] = 'MyExtensionHooks::onEchoEventInsertComplete';
Called from:File(s): Category:Extension hooks provided by EchoEcho / includes/model/Event.php
Function(s): create

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

Details

  • $obj:
Category:Extension hooks Category:Extension hooks provided by Echo