Ejemplo n.º 1
0
 /**
  * {@inheritdoc}
  */
 public function access($operation = 'view', AccountInterface $account = NULL, $return_as_object = FALSE)
 {
     return $this->storage->access($operation, $account, $return_as_object);
 }
Ejemplo n.º 2
0
 /**
  * {@inheritdoc}
  */
 public function access($operation = 'view', AccountInterface $account = NULL)
 {
     return $this->storage->access($operation, $account);
 }