You are here

public function Notifications_Node_Event::get_node in Notifications 7

Get node object

1 call to Notifications_Node_Event::get_node()
Notifications_Node_Event::trigger in notifications_content/notifications_content.inc
Trigger node event

File

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

Class

Notifications_Node_Event
Node events

Code

public function get_node() {
  return $this
    ->get_object('node')
    ->get_object();
}