function UncacheableTestAccessResult::isAllowed
Same name and namespace in other branches
- 11.x core/tests/Drupal/Tests/Core/Access/AccessResultTest.php \Drupal\Tests\Core\Access\UncacheableTestAccessResult::isAllowed()
- 10 core/tests/Drupal/Tests/Core/Access/AccessResultTest.php \Drupal\Tests\Core\Access\UncacheableTestAccessResult::isAllowed()
- 9 core/tests/Drupal/Tests/Core/Access/AccessResultTest.php \Drupal\Tests\Core\Access\UncacheableTestAccessResult::isAllowed()
- 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 1011
Class
- UncacheableTestAccessResult
- Stub class for testing AccessResult.
Namespace
Drupal\Tests\Core\AccessCode
public function isAllowed() : bool {
return $this->value === 'ALLOWED';
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.