class Notifications_Node_Post_Event in Notifications 7
Event types: When a (published) node is created or an existing node is published
Hierarchy
- class \Notifications_Node_Event extends \Notifications_Event
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
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
Notifications_Node_Event:: |
public | function | Get node object | |
Notifications_Node_Event:: |
public | function | Set main object id when node is added to the event | |
Notifications_Node_Event:: |
public | function | Trigger node event | |
Notifications_Node_Post_Event:: |
public | function |