コード例 #1
0
 /**
  * {@inheritdoc}
  */
 public function checkAllGrants(AccountInterface $account)
 {
     return $this->grantStorage->checkAll($account);
 }