You are here

function notifications_event_text in Notifications 6.3

Same name and namespace in other branches
  1. 5 notifications.cron.inc \notifications_event_text()
  2. 6 notifications.cron.inc \notifications_event_text()
  3. 6.2 notifications.cron.inc \notifications_event_text()

Get texts for event

@ TODO Support for configurable texts

File

./notifications.cron.inc, line 580

Code

function notifications_event_text($event) {
  $info = notifications_event_types($event->type, $event->action);
  return $info;
}