Method |
Description |
|
__construct ( ) |
Constructor |
|
_addNotificationsToArray ( $resultFactory, $notificationArray ) |
Add notifications from a result factory to an array of
existing notifications. |
|
_getNotificationsByOptions ( $notificationOptions, $contextId, $userId = null ) : Array |
Get the notifications using options. |
|
confirmMailListSubscription ( $args, $request ) |
Confirm the subscription (accessed via emailed link) |
|
fetchNotification ( $args, $request ) : JSONMessage |
Return formatted notification data using Json. |
|
getNotificationFeedUrl ( $args, $request ) |
Fetch the existing or create a new URL for the user's RSS feed |
|
index ( $args, $request ) |
Display help table of contents. |
|
mailListSubscribed ( $args, $request ) |
Display a success or error message if the user was subscribed |
|
notificationFeed ( $args, $request ) |
Fetch the actual RSS feed |
|
saveSubscribeMailList ( $args, $request ) |
Save the public notification email subscription form |
|
setupTemplate ( $request ) |
Override setupTemplate() so we can load other locale components. |
|
subscribeMailList ( $args, $request ) |
Display the public notification email subscription form |
|
unsubscribeMailList ( $args, $request ) |
Save the maillist unsubscribe form |
|