You are here

public function Notifications_Node_Update_Event::get_name in Notifications 7

File

notifications_content/notifications_content.inc, line 202
Drupal Notifications Framework - Default class file

Class

Notifications_Node_Update_Event

Code

public function get_name() {
  return t('The [node:type-name] has been updated');
}