Extension:Echo/Hooks/EchoEventInsertComplete

From mediawiki.org
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): Echo / 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[edit]

  • $obj: