| $access | Elgg\Notifications\NotificationsService | protected |
| $deprHandlers | Elgg\Notifications\NotificationsService | protected |
| $deprSubjects | Elgg\Notifications\NotificationsService | protected |
| $events | Elgg\Notifications\NotificationsService | protected |
| $hooks | Elgg\Notifications\NotificationsService | protected |
| $methods | Elgg\Notifications\NotificationsService | protected |
| $queue | Elgg\Notifications\NotificationsService | protected |
| $subscriptions | Elgg\Notifications\NotificationsService | protected |
| __construct(\Elgg\Notifications\SubscriptionsService $subscriptions, \Elgg\Queue\Queue $queue, \Elgg\PluginHooksService $hooks, \Elgg\Access $access) | Elgg\Notifications\NotificationsService | |
| enqueueEvent($action, $type, $object) | Elgg\Notifications\NotificationsService | |
| existsDeprecatedNotificationOverride(\Elgg\Notifications\Event $event) | Elgg\Notifications\NotificationsService | protected |
| getDeprecatedHandler($method) | Elgg\Notifications\NotificationsService | |
| getDeprecatedNotificationBody(\Elgg\Notifications\Notification $notification, \Elgg\Notifications\Event $event, $method) | Elgg\Notifications\NotificationsService | protected |
| getDeprecatedNotificationSubject($type, $subtype) | Elgg\Notifications\NotificationsService | protected |
| getEvents() | Elgg\Notifications\NotificationsService | |
| getMethods() | Elgg\Notifications\NotificationsService | |
| getMethodsAsDeprecatedGlobal() | Elgg\Notifications\NotificationsService | |
| processQueue($stopTime) | Elgg\Notifications\NotificationsService | |
| QUEUE_NAME | Elgg\Notifications\NotificationsService | |
| registerDeprecatedHandler($method, $handler) | Elgg\Notifications\NotificationsService | |
| registerEvent($type, $subtype, array $actions=array()) | Elgg\Notifications\NotificationsService | |
| registerMethod($name) | Elgg\Notifications\NotificationsService | |
| sendNotification(\Elgg\Notifications\Event $event, $guid, $method) | Elgg\Notifications\NotificationsService | protected |
| sendNotifications($event, $subscriptions) | Elgg\Notifications\NotificationsService | protected |
| setDeprecatedNotificationSubject($type, $subtype, $subject) | Elgg\Notifications\NotificationsService | |
| unregisterEvent($type, $subtype) | Elgg\Notifications\NotificationsService | |
| unregisterMethod($name) | Elgg\Notifications\NotificationsService | |