Search for check

  1. Search 7.x for check
  2. Search 9.5.x for check
  3. Search 8.9.x for check
  4. Search 11.x for check
  5. Other projects
Title Object type File name Summary
ContentEntityType::checkStorageClass function core/lib/Drupal/Core/Entity/ContentEntityType.php
ContentModerationState::getFieldsToSkipFromTranslationChangesCheck function core/modules/content_moderation/src/Entity/ContentModerationState.php Returns an array of field names to skip in ::hasTranslationChanges.
ContentModerationStateAccessControlHandler::checkAccess function core/modules/content_moderation/src/ContentModerationStateAccessControlHandler.php Performs access checks.
ContentModerationStateAccessControlHandler::checkCreateAccess function core/modules/content_moderation/src/ContentModerationStateAccessControlHandler.php Performs create access checks.
ContentTranslationDeleteAccess::checkAccess function core/modules/content_translation/src/Access/ContentTranslationDeleteAccess.php Checks access to translation deletion for the specified entity.
ContentTranslationHandler::checkFieldStorageDefinitionTranslatability function core/modules/content_translation/src/ContentTranslationHandler.php Checks the field storage definition for translatability support.
ContentTranslationManageAccessCheck class core/modules/content_translation/src/Access/ContentTranslationManageAccessCheck.php Access check for entity translation CRUD operation.
ContentTranslationManageAccessCheck.php file core/modules/content_translation/src/Access/ContentTranslationManageAccessCheck.php
ContentTranslationManageAccessCheck::$entityTypeManager property core/modules/content_translation/src/Access/ContentTranslationManageAccessCheck.php The entity type manager.
ContentTranslationManageAccessCheck::$languageManager property core/modules/content_translation/src/Access/ContentTranslationManageAccessCheck.php The language manager.
ContentTranslationManageAccessCheck::access function core/modules/content_translation/src/Access/ContentTranslationManageAccessCheck.php Checks translation access for the entity and operation on the given route.
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
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.
Cookie::addCheckToUrl function core/modules/user/src/Authentication/Provider/Cookie.php Adds a query parameter to check successful log in redirect URL.
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 Access protection against CSRF attacks.
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.

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