Search for check

  1. Search 7.x for check
  2. Search 9.5.x for check
  3. Search 10.3.x for check
  4. Search 11.x for check
  5. Other projects
Title Object type File name Summary
ContentTranslationManageAccessCheck::checkAccess function core/modules/content_translation/src/Access/ContentTranslationManageAccessCheck.php Performs access checks for the specified operation.
ContentTranslationManageAccessCheck::__construct function core/modules/content_translation/src/Access/ContentTranslationManageAccessCheck.php Constructs a ContentTranslationManageAccessCheck object.
ContentTranslationManageAccessCheckTest class core/modules/content_translation/tests/src/Unit/Access/ContentTranslationManageAccessCheckTest.php Tests for content translation manage check.
ContentTranslationManageAccessCheckTest.php file core/modules/content_translation/tests/src/Unit/Access/ContentTranslationManageAccessCheckTest.php
ContentTranslationManageAccessCheckTest::$cacheContextsManager property core/modules/content_translation/tests/src/Unit/Access/ContentTranslationManageAccessCheckTest.php The cache contexts manager.
ContentTranslationManageAccessCheckTest::setUp function core/modules/content_translation/tests/src/Unit/Access/ContentTranslationManageAccessCheckTest.php
ContentTranslationManageAccessCheckTest::testCreateAccess function core/modules/content_translation/tests/src/Unit/Access/ContentTranslationManageAccessCheckTest.php Tests the create access method.
ContentTranslationUISkipTest::testUICheckSkip function core/modules/content_translation/tests/src/Functional/ContentTranslationUISkipTest.php Tests the content_translation_ui_skip key functionality.
ContextHandler::checkRequirements function core/lib/Drupal/Core/Plugin/Context/ContextHandler.php Checks a set of requirements against a set of contexts.
ContextHandlerInterface::checkRequirements function core/lib/Drupal/Core/Plugin/Context/ContextHandlerInterface.php Checks a set of requirements against a set of contexts.
ContextHandlerTest::providerTestCheckRequirements function core/tests/Drupal/Tests/Core/Plugin/ContextHandlerTest.php Provides data for testCheckRequirements().
ContextHandlerTest::testCheckRequirements function core/tests/Drupal/Tests/Core/Plugin/ContextHandlerTest.php @covers ::checkRequirements
ContextualLinkManagerTest::testGetContextualLinksArrayByGroupAccessCheck function core/tests/Drupal/Tests/Core/Menu/ContextualLinkManagerTest.php Tests the access checking of the getContextualLinksArrayByGroup method.
CronAccessCheck class core/modules/system/src/Access/CronAccessCheck.php Access check for cron routes.
CronAccessCheck.php file core/modules/system/src/Access/CronAccessCheck.php
CronAccessCheck::access function core/modules/system/src/Access/CronAccessCheck.php Checks access.
CsrfAccessCheck class core/lib/Drupal/Core/Access/CsrfAccessCheck.php Allows access to routes to be controlled by a '_csrf_token' parameter.
CsrfAccessCheck.php file core/lib/Drupal/Core/Access/CsrfAccessCheck.php
CsrfAccessCheck::$csrfToken property core/lib/Drupal/Core/Access/CsrfAccessCheck.php The CSRF token generator.
CsrfAccessCheck::access function core/lib/Drupal/Core/Access/CsrfAccessCheck.php Checks access based on a CSRF token for the request.
CsrfAccessCheck::__construct function core/lib/Drupal/Core/Access/CsrfAccessCheck.php Constructs a CsrfAccessCheck object.
CsrfAccessCheckTest class core/tests/Drupal/Tests/Core/Access/CsrfAccessCheckTest.php @coversDefaultClass \Drupal\Core\Access\CsrfAccessCheck
@group Access
CsrfAccessCheckTest.php file core/tests/Drupal/Tests/Core/Access/CsrfAccessCheckTest.php
CsrfAccessCheckTest::$accessCheck property core/tests/Drupal/Tests/Core/Access/CsrfAccessCheckTest.php The access checker.
CsrfAccessCheckTest::$csrfToken property core/tests/Drupal/Tests/Core/Access/CsrfAccessCheckTest.php The mock CSRF token generator.
CsrfAccessCheckTest::$routeMatch property core/tests/Drupal/Tests/Core/Access/CsrfAccessCheckTest.php The mock route match.
CsrfAccessCheckTest::setUp function core/tests/Drupal/Tests/Core/Access/CsrfAccessCheckTest.php
CsrfAccessCheckTest::testAccessTokenPass function core/tests/Drupal/Tests/Core/Access/CsrfAccessCheckTest.php Tests the access() method with a valid token.
CsrfAccessCheckTest::testCsrfTokenInvalid function core/tests/Drupal/Tests/Core/Access/CsrfAccessCheckTest.php @covers ::access
CsrfAccessCheckTest::testCsrfTokenMissing function core/tests/Drupal/Tests/Core/Access/CsrfAccessCheckTest.php @covers ::access
CsrfRequestHeaderAccessCheck class core/lib/Drupal/Core/Access/CsrfRequestHeaderAccessCheck.php Access protection against CSRF attacks.
CsrfRequestHeaderAccessCheck.php file core/lib/Drupal/Core/Access/CsrfRequestHeaderAccessCheck.php
CsrfRequestHeaderAccessCheck::$csrfToken property core/lib/Drupal/Core/Access/CsrfRequestHeaderAccessCheck.php The token generator.
CsrfRequestHeaderAccessCheck::$sessionConfiguration property core/lib/Drupal/Core/Access/CsrfRequestHeaderAccessCheck.php The session configuration.
CsrfRequestHeaderAccessCheck::access function core/lib/Drupal/Core/Access/CsrfRequestHeaderAccessCheck.php Checks access.
CsrfRequestHeaderAccessCheck::applies function core/lib/Drupal/Core/Access/CsrfRequestHeaderAccessCheck.php Declares whether the access check applies to a specific route or not.
CsrfRequestHeaderAccessCheck::TOKEN_KEY constant core/lib/Drupal/Core/Access/CsrfRequestHeaderAccessCheck.php A string key that will used to designate the token used by this class.
CsrfRequestHeaderAccessCheck::__construct function core/lib/Drupal/Core/Access/CsrfRequestHeaderAccessCheck.php Constructs a new rest CSRF access check.
CustomAccessCheck class core/lib/Drupal/Core/Access/CustomAccessCheck.php Defines an access checker that allows specifying a custom method for access.
CustomAccessCheck.php file core/lib/Drupal/Core/Access/CustomAccessCheck.php
CustomAccessCheck::$argumentsResolverFactory property core/lib/Drupal/Core/Access/CustomAccessCheck.php The arguments resolver.
CustomAccessCheck::$controllerResolver property core/lib/Drupal/Core/Access/CustomAccessCheck.php The controller resolver.
CustomAccessCheck::access function core/lib/Drupal/Core/Access/CustomAccessCheck.php Checks access for the account and route using the custom access checker.
CustomAccessCheck::__construct function core/lib/Drupal/Core/Access/CustomAccessCheck.php Constructs a CustomAccessCheck instance.
CustomAccessCheckTest class core/tests/Drupal/Tests/Core/Access/CustomAccessCheckTest.php @coversDefaultClass \Drupal\Core\Access\CustomAccessCheck
@group Access
CustomAccessCheckTest.php file core/tests/Drupal/Tests/Core/Access/CustomAccessCheckTest.php Contains \Drupal\Tests\Core\Access\CustomAccessCheckTest.
CustomAccessCheckTest::$accessChecker property core/tests/Drupal/Tests/Core/Access/CustomAccessCheckTest.php The access checker to test.
CustomAccessCheckTest::$argumentsResolverFactory property core/tests/Drupal/Tests/Core/Access/CustomAccessCheckTest.php The mocked arguments resolver.
CustomAccessCheckTest::$controllerResolver property core/tests/Drupal/Tests/Core/Access/CustomAccessCheckTest.php The mocked controller resolver.
CustomAccessCheckTest::setUp function core/tests/Drupal/Tests/Core/Access/CustomAccessCheckTest.php

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.