You are here

class Notifications_Node_Post_Event in Notifications 7

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

Hierarchy

Expanded class hierarchy of Notifications_Node_Post_Event

1 string reference to 'Notifications_Node_Post_Event'
notifications_content_notifications in notifications_content/notifications_content.module
Implementation of hook_notifications()

File

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

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

}

Members

Namesort descending Modifiers Type Description Overrides
Notifications_Node_Event::get_node public function Get node object
Notifications_Node_Event::set_object public function Set main object id when node is added to the event
Notifications_Node_Event::trigger public function Trigger node event
Notifications_Node_Post_Event::get_name public function