< Extension:Echo
EchoEventInsertComplete | |
---|---|
Available from version ??? After a new Echo event has been created | |
Define function: | public static function onEchoEventInsertComplete( EchoEvent $obj ) { ... }
|
Attach hook: | In extension.json:
{
"Hooks": {
"EchoEventInsertComplete": "MyExtensionHooks::onEchoEventInsertComplete"
}
}
|
Called from: | File(s): Echo extension |
Interface: | EchoEventInsertCompleteHook.php |
For more information about attaching hooks, see Manual:Hooks
For examples of extensions using this hook, see Category:EchoEventInsertComplete extensions.
Details
- $obj: EchoEvent that was created
See also
- BeforeEchoEventInsert hook, run before an event is created
This article is issued from Mediawiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.