You are here

public function AccessResultInterface::isNeutral in Drupal 10

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

Checks whether this access result indicates access is not yet determined.

Return value

bool When TRUE then isAllowed() and isForbidden() are FALSE.

1 method overrides AccessResultInterface::isNeutral()
UncacheableTestAccessResult::isNeutral in core/tests/Drupal/Tests/Core/Access/AccessResultTest.php
Checks whether this access result indicates access is not yet determined.

File

core/lib/Drupal/Core/Access/AccessResultInterface.php, line 48

Class

AccessResultInterface
Interface for access result value objects.

Namespace

Drupal\Core\Access

Code

public function isNeutral();