You are here

function notifications_custom_event_actions in Notifications 6.4

List event actions

1 string reference to 'notifications_custom_event_actions'
notifications_custom_notifications in notifications_custom/notifications_custom.module
Implementation of hook_notifications().

File

notifications_custom/notifications_custom.module, line 145
Custom notifications module

Code

function notifications_custom_event_actions() {
  return notifications_info('event actions');
}