You are here

public function Notifications_Node_Post_Event::get_name in Notifications 7

File

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

Class

Notifications_Node_Post_Event
Event types: When a (published) node is created or an existing node is published

Code

public function get_name() {
  return t('New content of type [node:type-name] has been submitted');
}