You are here

public function AccessResultInterface::isAllowed in Drupal 9

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/Access/AccessResultInterface.php \Drupal\Core\Access\AccessResultInterface::isAllowed()

Checks whether this access result indicates access is explicitly allowed.

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 29

Class

AccessResultInterface
Interface for access result value objects.

Namespace

Drupal\Core\Access

Code

public function isAllowed();