Search for check

  1. Search 7.x for check
  2. Search 8.9.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
CheckProviderInterface::addCheckService function core/lib/Drupal/Core/Access/CheckProviderInterface.php Registers a new AccessCheck by service ID.
CheckProviderInterface::getChecksNeedRequest function core/lib/Drupal/Core/Access/CheckProviderInterface.php A list of checks that needs the request.
CheckProviderInterface::loadCheck function core/lib/Drupal/Core/Access/CheckProviderInterface.php Lazy-loads access check services.
CheckProviderInterface::setChecks function core/lib/Drupal/Core/Access/CheckProviderInterface.php For each route, saves a list of applicable access checks to the route.
CheckRequirementsTest class core/modules/migrate/tests/src/Unit/Plugin/migrate/destination/CheckRequirementsTest.php Tests check requirements exception on DestinationBase.
CheckRequirementsTest.php file core/modules/migrate/tests/src/Unit/Plugin/migrate/destination/CheckRequirementsTest.php
CheckRequirementsTest::testException function core/modules/migrate/tests/src/Unit/Plugin/migrate/destination/CheckRequirementsTest.php Tests the check requirements exception message.
check_markup function core/modules/filter/filter.module Runs all the enabled filters on a piece of text.
CKEditor5StylesheetsMessage::checkForStylesheetsEquivalent function core/modules/ckeditor5/src/CKEditor5StylesheetsMessage.php Checks themes using ckeditor_stylesheets for CKEditor 5 equivalents.
CKEditorLoadingTest::getThingsToCheck function core/modules/ckeditor/tests/src/Functional/CKEditorLoadingTest.php
CommandLineOrUnsafeMethod::check function core/lib/Drupal/Core/PageCache/RequestPolicy/CommandLineOrUnsafeMethod.php Determines whether delivery of a cached page should be attempted.
CommentAccessControlHandler::checkAccess function core/modules/comment/src/CommentAccessControlHandler.php Performs access checks.
CommentAccessControlHandler::checkCreateAccess function core/modules/comment/src/CommentAccessControlHandler.php Performs create access checks.
CommentAccessControlHandler::checkFieldAccess function core/modules/comment/src/CommentAccessControlHandler.php Default field access as determined by this access control handler.
CommentEntityTranslation::checkRequirements function core/modules/comment/src/Plugin/migrate/source/d7/CommentEntityTranslation.php Checks if requirements for this plugin are OK.
CommentEntityTranslationCheckRequirementsTest class core/modules/comment/tests/src/Kernel/Migrate/d7/CommentEntityTranslationCheckRequirementsTest.php Tests check requirements for comment entity translation source plugin.
CommentEntityTranslationCheckRequirementsTest.php file core/modules/comment/tests/src/Kernel/Migrate/d7/CommentEntityTranslationCheckRequirementsTest.php
CommentEntityTranslationCheckRequirementsTest::$modules property core/modules/comment/tests/src/Kernel/Migrate/d7/CommentEntityTranslationCheckRequirementsTest.php Modules to enable.
CommentEntityTranslationCheckRequirementsTest::providerTestCheckRequirements function core/modules/comment/tests/src/Kernel/Migrate/d7/CommentEntityTranslationCheckRequirementsTest.php Provides data for testCheckRequirements.
CommentEntityTranslationCheckRequirementsTest::testCheckRequirements function core/modules/comment/tests/src/Kernel/Migrate/d7/CommentEntityTranslationCheckRequirementsTest.php Tests exception thrown when the given module is not enabled in the source.
CommentType::checkRequirements function core/modules/comment/src/Plugin/migrate/source/CommentType.php Checks if requirements for this plugin are OK.
CommentTypeRequirementsTest::providerTestCheckCommentTypeRequirements function core/modules/comment/tests/src/Kernel/Plugin/migrate/source/CommentTypeRequirementsTest.php Test cases for ::testCheckCommentTypeRequirements().
CommentTypeRequirementsTest::testCheckCommentTypeRequirements function core/modules/comment/tests/src/Kernel/Plugin/migrate/source/CommentTypeRequirementsTest.php Tests thrown exceptions when node or comment aren't enabled on source.
commit-code-check.sh file core/scripts/dev/commit-code-check.sh #!/bin/bash
#
# This script performs code quality checks.
#
# @internal
# This script is not covered by Drupal core's backwards compatibility promise.
# It exists only for core development purposes.
#
# The script makes the following…
Composer::upgradePHPUnitCheck function core/lib/Drupal/Core/Composer/Composer.php Determines if PHPUnit needs to be upgraded.
ConfigEntityImportTest::checkSinglePluginConfigSync function core/modules/system/tests/src/Kernel/Entity/ConfigEntityImportTest.php Tests that a single set of plugin config stays in sync.
ConfigEntityType::checkStorageClass function core/lib/Drupal/Core/Config/Entity/ConfigEntityType.php
ConfigImporter::checkOp function core/lib/Drupal/Core/Config/ConfigImporter.php Checks that the operation is still valid.
ConfigInstaller::checkConfigurationToInstall function core/lib/Drupal/Core/ProxyClass/Config/ConfigInstaller.php Checks the configuration that will be installed for an extension.
ConfigInstaller::checkConfigurationToInstall function core/lib/Drupal/Core/Config/ConfigInstaller.php Checks the configuration that will be installed for an extension.
ConfigInstallerInterface::checkConfigurationToInstall function core/lib/Drupal/Core/Config/ConfigInstallerInterface.php Checks the configuration that will be installed for an extension.
ConfigInstallTest::testDependencyChecking function core/tests/Drupal/KernelTests/Core/Config/ConfigInstallTest.php Tests the configuration with unmet dependencies is not installed.
ConfigSchemaChecker class core/lib/Drupal/Core/Config/Development/ConfigSchemaChecker.php Listens to the config save event and validates schema.
ConfigSchemaChecker.php file core/lib/Drupal/Core/Config/Development/ConfigSchemaChecker.php
ConfigSchemaChecker::$checked property core/lib/Drupal/Core/Config/Development/ConfigSchemaChecker.php An array of config checked already. Keyed by config name and a checksum.
ConfigSchemaChecker::$exclude property core/lib/Drupal/Core/Config/Development/ConfigSchemaChecker.php An array of config object names that are excluded from schema checking.
ConfigSchemaChecker::$typedManager property core/lib/Drupal/Core/Config/Development/ConfigSchemaChecker.php The typed config manger.
ConfigSchemaChecker::getSubscribedEvents function core/lib/Drupal/Core/Config/Development/ConfigSchemaChecker.php
ConfigSchemaChecker::onConfigSave function core/lib/Drupal/Core/Config/Development/ConfigSchemaChecker.php Checks that configuration complies with its schema on config save.
ConfigSchemaChecker::__construct function core/lib/Drupal/Core/Config/Development/ConfigSchemaChecker.php Constructs the ConfigSchemaChecker object.
ConfigTestAccessControlHandler::checkAccess function core/modules/config/tests/config_test/src/ConfigTestAccessControlHandler.php Performs access checks.
ConfigTestAccessControlHandler::checkCreateAccess function core/modules/config/tests/config_test/src/ConfigTestAccessControlHandler.php Performs create access checks.
ConfigTranslationFormAccess::doCheckAccess function core/modules/config_translation/src/Access/ConfigTranslationFormAccess.php Checks access given an account, configuration mapper, and source language.
ConfigTranslationOverviewAccess::doCheckAccess function core/modules/config_translation/src/Access/ConfigTranslationOverviewAccess.php Checks access given an account, configuration mapper, and source language.
ContactFormAccessControlHandler::checkAccess function core/modules/contact/src/ContactFormAccessControlHandler.php Performs access checks.
ContactMessageAccessControlHandler::checkCreateAccess function core/modules/contact/src/ContactMessageAccessControlHandler.php Performs create access checks.
ContactPersonalTest::checkContactAccess function core/modules/contact/tests/src/Functional/ContactPersonalTest.php Creates a user and then checks contact form access.
ContentEntityBase::$fieldsToSkipFromTranslationChangesCheck property core/lib/Drupal/Core/Entity/ContentEntityBase.php Local cache for fields to skip from the checking for translation changes.
ContentEntityBase::getFieldsToSkipFromTranslationChangesCheck function core/lib/Drupal/Core/Entity/ContentEntityBase.php Returns an array of field names to skip in ::hasTranslationChanges.
ContentEntityType::checkStorageClass function core/lib/Drupal/Core/Entity/ContentEntityType.php

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