function AccessResult::isAllowed

Same name and namespace in other branches
  1. 11.x core/lib/Drupal/Core/Access/AccessResult.php \Drupal\Core\Access\AccessResult::isAllowed()
  2. 10 core/lib/Drupal/Core/Access/AccessResult.php \Drupal\Core\Access\AccessResult::isAllowed()
  3. 8.9.x core/lib/Drupal/Core/Access/AccessResult.php \Drupal\Core\Access\AccessResult::isAllowed()

See also

\Drupal\Core\Access\AccessResultAllowed

File

core/lib/Drupal/Core/Access/AccessResult.php, line 183

Class

AccessResult
Value object for passing an access result with cacheability metadata.

Namespace

Drupal\Core\Access

Code

public function isAllowed() {
  return FALSE;
}

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