Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. AccessResultInterface.php

function 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.

1 method overrides AccessResultInterface::isAllowed()
AccessResult::isAllowed in core/lib/Drupal/Core/Access/AccessResult.php

File

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

Class

AccessResultInterface
Interface for access result value objects.

Namespace

Drupal\Core\Access

Code

public function isAllowed();

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal