function Permission::access

Same name and namespace in other branches
  1. 9 core/modules/user/src/Plugin/views/access/Permission.php \Drupal\user\Plugin\views\access\Permission::access()
  2. 8.9.x core/modules/user/src/Plugin/views/access/Permission.php \Drupal\user\Plugin\views\access\Permission::access()
  3. 11.x core/modules/user/src/Plugin/views/access/Permission.php \Drupal\user\Plugin\views\access\Permission::access()

Overrides AccessPluginBase::access

File

core/modules/user/src/Plugin/views/access/Permission.php, line 93

Class

Permission
Access plugin that provides permission-based access control.

Namespace

Drupal\user\Plugin\views\access

Code

public function access(AccountInterface $account) {
    return $account->hasPermission($this->options['perm']);
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.