You are here

function Notifications_Field::user_access in Notifications 7

Check user access

File

./notifications.field.inc, line 194
Drupal Notifications Framework - Default class file

Class

Notifications_Field
Base class for Notifications fields

Code

function user_access($account) {
  return $this
    ->get_object()
    ->user_access($account);
}