Extension:Echo/Hooks/EchoCanAbortNewMessagesAlert

From mediawiki.org
EchoCanAbortNewMessagesAlert
Available from version ??? (Gerrit change 591297)

Define function:
public static function onEchoCanAbortNewMessagesAlert(  ) { ... }
Attach hook:
$wgHooks['EchoCanAbortNewMessagesAlert'][] = 'MyExtensionHooks::onEchoCanAbortNewMessagesAlert';
Called from:File(s): Echo / includes/EchoHooks.php
Function(s): abortNewMessagesAlert

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