function UncacheableTestAccessResult::isAllowed
Same name in other branches
- 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()
- 11.x core/tests/Drupal/Tests/Core/Access/AccessResultTest.php \Drupal\Tests\Core\Access\UncacheableTestAccessResult::isAllowed()
Overrides AccessResultInterface::isAllowed
2 calls to UncacheableTestAccessResult::isAllowed()
- UncacheableTestAccessResult::andIf in core/
tests/ Drupal/ Tests/ Core/ Access/ AccessResultTest.php - Combine this access result with another using AND.
- UncacheableTestAccessResult::orIf in core/
tests/ Drupal/ Tests/ Core/ Access/ AccessResultTest.php - Combine this access result with another using OR.
File
-
core/
tests/ Drupal/ Tests/ Core/ Access/ AccessResultTest.php, line 992
Class
Namespace
Drupal\Tests\Core\AccessCode
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.