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 10.3.x for check
  5. Other projects
Title Object type File name Summary
ComponentRenderTest::checkIncludeDefaultContent function core/tests/Drupal/KernelTests/Components/ComponentRenderTest.php Check using a component with an include and default context.
ComponentRenderTest::checkIncludeDefaultContent function core/modules/sdc/tests/src/Kernel/ComponentRenderTest.php Check using a component with an include and default context.
ComponentRenderTest::checkInvalidSlot function core/modules/sdc/tests/src/Kernel/ComponentRenderTest.php Ensure that the slots throw an error for invalid slots.
ComponentRenderTest::checkInvalidSlot function core/tests/Drupal/KernelTests/Components/ComponentRenderTest.php Ensure that the slots throw an error for invalid slots.
ComponentRenderTest::checkLibraryOverrides function core/tests/Drupal/KernelTests/Components/ComponentRenderTest.php Check using the libraryOverrides.
ComponentRenderTest::checkLibraryOverrides function core/modules/sdc/tests/src/Kernel/ComponentRenderTest.php Check using the libraryOverrides.
ComponentRenderTest::checkNonExistingComponent function core/modules/sdc/tests/src/Kernel/ComponentRenderTest.php Ensures that including an invalid component creates an error.
ComponentRenderTest::checkNonExistingComponent function core/tests/Drupal/KernelTests/Components/ComponentRenderTest.php Ensures that including an invalid component creates an error.
ComponentRenderTest::checkPropValidation function core/tests/Drupal/KernelTests/Components/ComponentRenderTest.php Ensures the schema violations are reported properly.
ComponentRenderTest::checkPropValidation function core/modules/sdc/tests/src/Kernel/ComponentRenderTest.php Ensures the schema violations are reported properly.
ComponentRenderTest::checkRenderElementAlters function core/modules/sdc/tests/src/Kernel/ComponentRenderTest.php Ensures the alter callbacks work properly.
ComponentRenderTest::checkRenderElementAlters function core/tests/Drupal/KernelTests/Components/ComponentRenderTest.php Ensures the alter callbacks work properly.
ComponentRenderTest::checkSlots function core/tests/Drupal/KernelTests/Components/ComponentRenderTest.php Ensure that the slots allow a render array or a scalar when using the render element.
ComponentRenderTest::checkSlots function core/modules/sdc/tests/src/Kernel/ComponentRenderTest.php Ensure that the slots allow a render array or a scalar when using the render element.
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
ConfigFormBase::checkConfigOverrides function core/lib/Drupal/Core/Form/ConfigFormBase.php Form #after_build callback: Adds message if overrides exist.
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
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.

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