|
SubtreeAccess::applies |
function |
drupal/core/modules/toolbar/lib/Drupal/toolbar/Access/SubtreeAccess.php |
Declares whether the access check applies to a specific route or not. |
|
AccessManager::applies |
function |
drupal/core/lib/Drupal/Core/Access/AccessManager.php |
Determine which registered access checks apply to a route. |
|
TestAccessCheck::applies |
function |
drupal/core/modules/system/tests/modules/router_test/lib/Drupal/router_test/Access/TestAccessCheck.php |
Implements AccessCheckInterface::applies(). |
|
CronAccessCheck::applies |
function |
drupal/core/modules/system/lib/Drupal/system/Access/CronAccessCheck.php |
Implements AccessCheckInterface::applies(). |
|
CSRFAccessCheck::applies |
function |
drupal/core/modules/rest/lib/Drupal/rest/Access/CSRFAccessCheck.php |
Implements AccessCheckInterface::applies(). |
|
RoleAccessCheck::applies |
function |
drupal/core/modules/user/lib/Drupal/user/Access/RoleAccessCheck.php |
Declares whether the access check applies to a specific route or not. |
|
LoginStatusCheck::applies |
function |
drupal/core/modules/user/lib/Drupal/user/Access/LoginStatusCheck.php |
Declares whether the access check applies to a specific route or not. |
|
ViewsAccessCheck::applies |
function |
drupal/core/modules/views/lib/Drupal/views/ViewsAccessCheck.php |
Implements AccessCheckInterface::applies(). |
|
FilterAccessCheck::applies |
function |
drupal/core/modules/filter/lib/Drupal/filter/Access/FilterAccessCheck.php |
Declares whether the access check applies to a specific route or not. |
|
EntityAccessCheck::applies |
function |
drupal/core/lib/Drupal/Core/Entity/EntityAccessCheck.php |
Declares whether the access check applies to a specific route or not. |
|
FormatDisableCheck::applies |
function |
drupal/core/modules/filter/lib/Drupal/filter/Access/FormatDisableCheck.php |
Implements \Drupal\Core\Access\AccessCheckInterface::applies(). |
|
DefaultAccessCheck::applies |
function |
drupal/core/lib/Drupal/Core/Access/DefaultAccessCheck.php |
Implements AccessCheckInterface::applies(). |
|
ViewModeAccessCheck::applies |
function |
drupal/core/modules/field_ui/lib/Drupal/field_ui/Access/ViewModeAccessCheck.php |
Declares whether the access check applies to a specific route or not. |
|
RegisterAccessCheck::applies |
function |
drupal/core/modules/user/lib/Drupal/user/Access/RegisterAccessCheck.php |
Implements AccessCheckInterface::applies(). |
|
AccessCheckInterface::applies |
function |
drupal/core/lib/Drupal/Core/Access/AccessCheckInterface.php |
Declares whether the access check applies to a specific route or not. |
|
DeleteMenuAccessCheck::applies |
function |
drupal/core/modules/menu/lib/Drupal/menu/Access/DeleteMenuAccessCheck.php |
Declares whether the access check applies to a specific route or not. |
|
DeleteLinkAccessCheck::applies |
function |
drupal/core/modules/menu/lib/Drupal/menu/Access/DeleteLinkAccessCheck.php |
Declares whether the access check applies to a specific route or not. |
|
LinkDeleteAccessCheck::applies |
function |
drupal/core/modules/shortcut/lib/Drupal/shortcut/Access/LinkDeleteAccessCheck.php |
Declares whether the access check applies to a specific route or not. |
|
PermissionAccessCheck::applies |
function |
drupal/core/modules/user/lib/Drupal/user/Access/PermissionAccessCheck.php |
Implements AccessCheckInterface::applies(). |
|
DefinedTestAccessCheck::applies |
function |
drupal/core/modules/system/tests/modules/router_test/lib/Drupal/router_test/Access/DefinedTestAccessCheck.php |
Declares whether the access check applies to a specific route or not. |
|
EntityAccessCheckTest::testApplies |
function |
drupal/core/tests/Drupal/Tests/Core/Entity/EntityAccessCheckTest.php |
Tests the method for checking if the access check applies to a route. |
|
DefaultAccessCheckTest::testApplies |
function |
drupal/core/tests/Drupal/Tests/Core/Access/DefaultAccessCheckTest.php |
Test the applies method. |
|
EditEntityFieldAccessCheck::applies |
function |
drupal/core/modules/edit/lib/Drupal/edit/Access/EditEntityFieldAccessCheck.php |
Implements AccessCheckInterface::applies(). |