function AccessResultInterface::isAllowed
Same name in other branches
- 8.9.x core/lib/Drupal/Core/Access/AccessResultInterface.php \Drupal\Core\Access\AccessResultInterface::isAllowed()
- 10 core/lib/Drupal/Core/Access/AccessResultInterface.php \Drupal\Core\Access\AccessResultInterface::isAllowed()
- 11.x core/lib/Drupal/Core/Access/AccessResultInterface.php \Drupal\Core\Access\AccessResultInterface::isAllowed()
Checks whether this access result indicates access is explicitly allowed.
Call this method to check whether someone has access, to convert an access result object to boolean.
Return value
bool When TRUE then isForbidden() and isNeutral() are FALSE.
2 methods override AccessResultInterface::isAllowed()
- AccessResult::isAllowed in core/
lib/ Drupal/ Core/ Access/ AccessResult.php - UncacheableTestAccessResult::isAllowed in core/
tests/ Drupal/ Tests/ Core/ Access/ AccessResultTest.php - Checks whether this access result indicates access is explicitly allowed.
File
-
core/
lib/ Drupal/ Core/ Access/ AccessResultInterface.php, line 32
Class
- AccessResultInterface
- Interface for access result value objects.
Namespace
Drupal\Core\AccessCode
public function isAllowed();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.