示例#1
0
文件: ViewUI.php 项目: ddrozdik/dmaps
 /**
  * {@inheritdoc}
  */
 public function access($operation = 'view', AccountInterface $account = NULL, $return_as_object = FALSE)
 {
     return $this->storage->access($operation, $account, $return_as_object);
 }