abstract protected function Notifications_Scheduler_Event::load_content in Notifications 7
Load content, to be implemented by subclasses
1 call to Notifications_Scheduler_Event::load_content()
- Notifications_Scheduler_Event::prepare in notifications_scheduler/
notifications_scheduler.inc - Prepare this event to be triggered
1 method overrides Notifications_Scheduler_Event::load_content()
- Notifications_Scheduler_Latest_Posts::load_content in notifications_scheduler/
notifications_scheduler.inc - Load nodes created and published or updated since latest time. It doesn't check node access
File
- notifications_scheduler/
notifications_scheduler.inc, line 53 - Drupal Notifications Framework - Default class file
Class
- Notifications_Scheduler_Event
- Notifications Schedule Event class
Code
protected abstract function load_content();