Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
AccessResultAllowed.php
function AccessResultAllowed::isAllowed
Overrides
AccessResult::isAllowed
File
core/
lib/
Drupal/
Core/
Access/
AccessResultAllowed.php
, line 13
Class
AccessResultAllowed
Value object indicating an allowed access result, with cacheability metadata.
Namespace
Drupal\Core\Access
Code
public
function
isAllowed
() {
return
TRUE
; }
RSS feed