|
CronAccessCheck |
class |
drupal/core/modules/system/lib/Drupal/system/Access/CronAccessCheck.php |
Access check for cron routes. |
|
DefaultAccessCheck |
class |
drupal/core/lib/Drupal/Core/Access/DefaultAccessCheck.php |
Allows access to routes to be controlled by an '_access' boolean parameter. |
|
RegisterAccessCheck |
class |
drupal/core/modules/user/lib/Drupal/user/Access/RegisterAccessCheck.php |
Access check for user registration routes. |
|
CronAccessCheck.php |
file |
drupal/core/modules/system/lib/Drupal/system/Access/CronAccessCheck.php |
Contains Drupal\system\Access\CronAccessCheck. |
|
AccessCheckInterface |
interface |
drupal/core/lib/Drupal/Core/Access/AccessCheckInterface.php |
An access check service determines access rules for particular routes. |
|
PermissionAccessCheck |
class |
drupal/core/lib/Drupal/Core/Access/PermissionAccessCheck.php |
Determines access to routes based on permissions defined via hook_permission(). |
|
QueryBase::accessCheck |
function |
drupal/core/lib/Drupal/Core/Entity/Query/QueryBase.php |
Implements Drupal\Core\Entity\Query\QueryInterface::accessCheck(). |
|
DefaultAccessCheck.php |
file |
drupal/core/lib/Drupal/Core/Access/DefaultAccessCheck.php |
Contains Drupal\Core\Access\DefaultAccessCheck. |
|
RegisterAccessCheck.php |
file |
drupal/core/modules/user/lib/Drupal/user/Access/RegisterAccessCheck.php |
Contains Drupal\user\Access\RegisterAccessCheck. |
|
QueryBase::$accessCheck |
property |
drupal/core/lib/Drupal/Core/Entity/Query/QueryBase.php |
Whether access check is requested or not. Defaults to TRUE. |
|
CronAccessCheck::access |
function |
drupal/core/modules/system/lib/Drupal/system/Access/CronAccessCheck.php |
Implements AccessCheckInterface::access(). |
|
RegisterAccessChecksPass |
class |
drupal/core/lib/Drupal/Core/DependencyInjection/Compiler/RegisterAccessChecksPass.php |
Adds services tagged 'access_check' to the access_manager service. |
|
AccessCheckInterface.php |
file |
drupal/core/lib/Drupal/Core/Access/AccessCheckInterface.php |
Contains Drupal\Core\Access\AccessCheckInterface. |
|
CronAccessCheck::applies |
function |
drupal/core/modules/system/lib/Drupal/system/Access/CronAccessCheck.php |
Implements AccessCheckInterface::applies(). |
|
PermissionAccessCheck.php |
file |
drupal/core/lib/Drupal/Core/Access/PermissionAccessCheck.php |
Contains Drupal\Core\Access\PermissionAccessCheck. |
|
DefaultAccessCheck::access |
function |
drupal/core/lib/Drupal/Core/Access/DefaultAccessCheck.php |
Implements AccessCheckInterface::access(). |
|
DefaultAccessCheck::applies |
function |
drupal/core/lib/Drupal/Core/Access/DefaultAccessCheck.php |
Implements AccessCheckInterface::applies(). |
|
RegisterAccessCheck::access |
function |
drupal/core/modules/user/lib/Drupal/user/Access/RegisterAccessCheck.php |
Implements AccessCheckInterface::access(). |
|
QueryInterface::accessCheck |
function |
drupal/core/lib/Drupal/Core/Entity/Query/QueryInterface.php |
|
|
AccessCheckInterface::access |
function |
drupal/core/lib/Drupal/Core/Access/AccessCheckInterface.php |
Checks for access to route. |
|
RegisterAccessCheck::applies |
function |
drupal/core/modules/user/lib/Drupal/user/Access/RegisterAccessCheck.php |
Implements AccessCheckInterface::applies(). |
|
RegisterAccessChecksPass.php |
file |
drupal/core/lib/Drupal/Core/DependencyInjection/Compiler/RegisterAccessChecksPass.php |
Contains Drupal\Core\DependencyInjection\Compiler\RegisterAccessChecksPass. |
|
AccessCheckInterface::applies |
function |
drupal/core/lib/Drupal/Core/Access/AccessCheckInterface.php |
Declares whether the access check applies to a specific route or not. |
|
PermissionAccessCheck::access |
function |
drupal/core/lib/Drupal/Core/Access/PermissionAccessCheck.php |
Implements AccessCheckInterface::access(). |
|
PermissionAccessCheck::applies |
function |
drupal/core/lib/Drupal/Core/Access/PermissionAccessCheck.php |
Implements AccessCheckInterface::applies(). |
|
RegisterAccessChecksPass::process |
function |
drupal/core/lib/Drupal/Core/DependencyInjection/Compiler/RegisterAccessChecksPass.php |
Implements CompilerPassInterface::process(). |
|
AccessSubscriber::onKernelRequestAccessCheck |
function |
drupal/core/lib/Drupal/Core/EventSubscriber/AccessSubscriber.php |
Verifies that the current user can access the requested path. |
|
LegacyAccessSubscriber::onKernelRequestAccessCheck |
function |
drupal/core/lib/Drupal/Core/EventSubscriber/LegacyAccessSubscriber.php |
Verifies that the current user can access the requested path. |
|
AccessSubscriber::onRoutingRouteAlterSetAccessCheck |
function |
drupal/core/lib/Drupal/Core/EventSubscriber/AccessSubscriber.php |
Apply access checks to routes. |