Extension:Echo/Hooks/EchoGetNotificationTypes
Appearance
(Redirected from Manual:Hooks/EchoGetNotificationTypes)
EchoGetNotificationTypes | |
---|---|
Available from version ??? (gerrit:10679) |
|
Define function: | public static function onEchoGetNotificationTypes( User $user, EchoEvent $event, array &$notifyTypes ) { ... }
|
Attach hook: | $wgHooks['EchoGetNotificationTypes'][] = 'MyExtensionHooks::onEchoGetNotificationTypes';
|
Called from: | File(s): Echo / includes/controller/NotificationController.php Function(s): notify |
For more information about attaching hooks, see Manual:Hooks .
For examples of other extensions using this hook, see Category:EchoGetNotificationTypes extensions.
Details
[edit]- $user: A User object
- $event: An EchoEvent object
- &$notifyTypes: An array (string[]) of notification types