class Notifications_Node_Update_Event in Notifications 7
Hierarchy
- class \Notifications_Node_Event extends \Notifications_Event
Expanded class hierarchy of Notifications_Node_Update_Event
1 string reference to 'Notifications_Node_Update_Event'
- notifications_content_notifications in notifications_content/
notifications_content.module - Implementation of hook_notifications()
File
- notifications_content/
notifications_content.inc, line 201 - Drupal Notifications Framework - Default class file
View source
class Notifications_Node_Update_Event extends Notifications_Node_Event {
public function get_name() {
return t('The [node:type-name] has been updated');
}
}
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_Update_Event:: |
public | function |