AccessResultInterface::isNeutral

public AccessResultInterface::isNeutral()

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

Return value

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

File

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

Class

AccessResultInterface
Interface for access result value objects.

Namespace

Drupal\Core\Access

Code

1
public function isNeutral();
doc_Drupal
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.