abstract protected function Notifications_Scheduler_Event::prepare_context in Notifications 7
Prepare event objects from context parameters
1 call to Notifications_Scheduler_Event::prepare_context()
- Notifications_Scheduler_Event::set_action in notifications_scheduler/
notifications_scheduler.inc - Set action parameters
1 method overrides Notifications_Scheduler_Event::prepare_context()
- Notifications_Scheduler_Latest_Posts::prepare_context in notifications_scheduler/
notifications_scheduler.inc - Set action parameters, get field mapping from context
File
- notifications_scheduler/
notifications_scheduler.inc, line 49 - Drupal Notifications Framework - Default class file
Class
- Notifications_Scheduler_Event
- Notifications Schedule Event class
Code
protected abstract function prepare_context();