public function Notifications_Scheduler_Event::user_access in Notifications 7
Check user access to event's objects. Default for mass mailing events is TRUE
1 method overrides Notifications_Scheduler_Event::user_access()
- Notifications_Scheduler_Latest_Posts::user_access in notifications_scheduler/
notifications_scheduler.inc - Check user access to event's objects.
File
- notifications_scheduler/
notifications_scheduler.inc, line 157 - Drupal Notifications Framework - Default class file
Class
- Notifications_Scheduler_Event
- Notifications Schedule Event class
Code
public function user_access($account, $op = 'view') {
return TRUE;
}