function UncacheableTestAccessResult::isAllowed

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

File

core/tests/Drupal/Tests/Core/Access/AccessResultTest.php, line 995

Class

UncacheableTestAccessResult

Namespace

Drupal\Tests\Core\Access

Code

public function isAllowed() {
  return $this->value === 'ALLOWED';
}

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