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
SchemaCompatibilityChecker class core/modules/sdc/src/Component/SchemaCompatibilityChecker.php Checks whether two schemas are compatible.
SchemaCompatibilityChecker class core/lib/Drupal/Core/Theme/Component/SchemaCompatibilityChecker.php Checks whether two schemas are compatible.
SchemaCompatibilityChecker.php file core/lib/Drupal/Core/Theme/Component/SchemaCompatibilityChecker.php
SchemaCompatibilityChecker.php file core/modules/sdc/src/Component/SchemaCompatibilityChecker.php
SchemaCompatibilityChecker::checkRequired function core/modules/sdc/src/Component/SchemaCompatibilityChecker.php Checks that the required properties are compatible.
SchemaCompatibilityChecker::checkRequired function core/lib/Drupal/Core/Theme/Component/SchemaCompatibilityChecker.php Checks that the required properties are compatible.
SchemaCompatibilityChecker::checkSharedProperties function core/lib/Drupal/Core/Theme/Component/SchemaCompatibilityChecker.php Checks that the shared properties are compatible.
SchemaCompatibilityChecker::checkSharedProperties function core/modules/sdc/src/Component/SchemaCompatibilityChecker.php Checks that the shared properties are compatible.
SchemaCompatibilityChecker::isCompatible function core/modules/sdc/src/Component/SchemaCompatibilityChecker.php Checks if the replacement schema is compatible with the old one.
SchemaCompatibilityChecker::isCompatible function core/lib/Drupal/Core/Theme/Component/SchemaCompatibilityChecker.php Checks if the replacement schema is compatible with the old one.
SchemaCompatibilityCheckerTest class core/tests/Drupal/Tests/Core/Theme/Component/SchemaCompatibilityCheckerTest.php @coversDefaultClass \Drupal\Core\Theme\Component\SchemaCompatibilityChecker
@group sdc
SchemaCompatibilityCheckerTest class core/modules/sdc/tests/src/Unit/SchemaCompatibilityCheckerTest.php @coversDefaultClass \Drupal\sdc\Component\SchemaCompatibilityChecker
@group sdc
SchemaCompatibilityCheckerTest.php file core/modules/sdc/tests/src/Unit/SchemaCompatibilityCheckerTest.php
SchemaCompatibilityCheckerTest.php file core/tests/Drupal/Tests/Core/Theme/Component/SchemaCompatibilityCheckerTest.php
SchemaCompatibilityCheckerTest::$checker property core/tests/Drupal/Tests/Core/Theme/Component/SchemaCompatibilityCheckerTest.php The system under test.
SchemaCompatibilityCheckerTest::$checker property core/modules/sdc/tests/src/Unit/SchemaCompatibilityCheckerTest.php The system under test.
SchemaCompatibilityCheckerTest::dataProviderIsCompatible function core/modules/sdc/tests/src/Unit/SchemaCompatibilityCheckerTest.php Data provider for the test testIsCompatible.
SchemaCompatibilityCheckerTest::dataProviderIsCompatible function core/tests/Drupal/Tests/Core/Theme/Component/SchemaCompatibilityCheckerTest.php Data provider for the test testIsCompatible.
SchemaCompatibilityCheckerTest::setUp function core/tests/Drupal/Tests/Core/Theme/Component/SchemaCompatibilityCheckerTest.php
SchemaCompatibilityCheckerTest::setUp function core/modules/sdc/tests/src/Unit/SchemaCompatibilityCheckerTest.php
SchemaCompatibilityCheckerTest::testIsCompatible function core/modules/sdc/tests/src/Unit/SchemaCompatibilityCheckerTest.php @covers ::isCompatible
@dataProvider dataProviderIsCompatible
SchemaCompatibilityCheckerTest::testIsCompatible function core/tests/Drupal/Tests/Core/Theme/Component/SchemaCompatibilityCheckerTest.php @covers ::isCompatible
@dataProvider dataProviderIsCompatible
SchemaConfigListenerTestTrait::testConfigSchemaChecker function core/tests/Drupal/Tests/Traits/Core/Config/SchemaConfigListenerTestTrait.php Tests \Drupal\Core\Config\Development\ConfigSchemaChecker.
SchemaConfigListenerWebTest::testConfigSchemaChecker function core/modules/config/tests/src/Functional/SchemaConfigListenerWebTest.php Tests \Drupal\Core\Config\Development\ConfigSchemaChecker.
SchemaTest::checkSchemaComment function core/modules/sqlite/tests/src/Kernel/sqlite/SchemaTest.php Checks that a table or column comment matches a given description.
SchemaTest::checkSchemaComment function core/modules/mysql/tests/src/Kernel/mysql/SchemaTest.php Checks that a table or column comment matches a given description.
SchemaTest::checkSchemaComment function core/modules/pgsql/tests/src/Kernel/pgsql/SchemaTest.php Checks that a table or column comment matches a given description.
SchemaTest::checkSequenceRenaming function core/modules/pgsql/tests/src/Kernel/pgsql/SchemaTest.php Check that the ID sequence gets renamed when the table is renamed.
SchematicNormalizerHelperTrait::checkFormat function core/modules/serialization/src/Normalizer/SchematicNormalizerHelperTrait.php
SchemaUniquePrefixedKeysIndexTestBase::checkUniqueConstraintException function core/tests/Drupal/KernelTests/Core/Database/SchemaUniquePrefixedKeysIndexTestBase.php Verifies that inserting the same value/prefix twice causes an exception.
SearchPageAccessControlHandler::checkAccess function core/modules/search/src/SearchPageAccessControlHandler.php Performs access checks.
SectionStorage::$handles_permission_check property core/modules/layout_builder/src/Annotation/SectionStorage.php Indicates that this section storage handles its own permission checking.
SerializedColumnNormalizerTrait::checkForSerializedStrings function core/modules/serialization/src/Normalizer/SerializedColumnNormalizerTrait.php Checks if there is a serialized string for a column.
SessionManagerDestroyNoCliCheckTest class core/tests/Drupal/KernelTests/Core/Session/SessionManagerDestroyNoCliCheckTest.php Tests starting and destroying a session from the CLI.
SessionManagerDestroyNoCliCheckTest.php file core/tests/Drupal/KernelTests/Core/Session/SessionManagerDestroyNoCliCheckTest.php
SessionManagerDestroyNoCliCheckTest::testCallSessionManagerStartAndDestroy function core/tests/Drupal/KernelTests/Core/Session/SessionManagerDestroyNoCliCheckTest.php Tests starting and destroying a session from the CLI.
ShortcutAccessControlHandler::checkAccess function core/modules/shortcut/src/ShortcutAccessControlHandler.php Performs access checks.
ShortcutAccessControlHandler::checkCreateAccess function core/modules/shortcut/src/ShortcutAccessControlHandler.php Performs create access checks.
ShortcutSetAccessControlHandler::checkAccess function core/modules/shortcut/src/ShortcutSetAccessControlHandler.php Performs access checks.
ShortcutSetAccessControlHandler::checkCreateAccess function core/modules/shortcut/src/ShortcutSetAccessControlHandler.php Performs create access checks.
SitesDirectoryHardeningTest::checkSystemRequirements function core/modules/system/tests/src/Functional/System/SitesDirectoryHardeningTest.php Checks system runtime requirements.
SqlBase::checkRequirements function core/modules/migrate/src/Plugin/migrate/source/SqlBase.php Checks if requirements for this plugin are OK.
SqlContentEntityStorageSchema::checkEntityType function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php Checks that we are dealing with the correct entity type.
StageBase::checkOwnership function core/modules/package_manager/src/StageBase.php Validates the ownership of stage directory.
StagedDBUpdateValidator::checkForStagedDatabaseUpdates function core/modules/package_manager/src/Validator/StagedDBUpdateValidator.php Checks that the staged update does not have changes to its install files.
StageNotInActiveValidatorTest::providerTestCheckNotInActive function core/modules/package_manager/tests/src/Unit/StageNotInActiveValidatorTest.php Data provider for testCheckNotInActive().
StageNotInActiveValidatorTest::testCheckNotInActive function core/modules/package_manager/tests/src/Unit/StageNotInActiveValidatorTest.php @covers ::validate
StatusCheckEvent class core/modules/package_manager/src/Event/StatusCheckEvent.php Event fired to check the status of the system to use Package Manager.
StatusCheckEvent.php file core/modules/package_manager/src/Event/StatusCheckEvent.php
StatusCheckEvent::$excludedPaths property core/modules/package_manager/src/Event/StatusCheckEvent.php The paths to exclude, or NULL if there was an error collecting them.

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