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
EntityTestAccessControlHandler::checkAccess function core/modules/system/tests/modules/entity_test/src/EntityTestAccessControlHandler.php Performs access checks.
EntityTestAccessControlHandler::checkCreateAccess function core/modules/system/tests/modules/entity_test/src/EntityTestAccessControlHandler.php Performs create access checks.
EntityTestRevlogAccessControlHandler::checkAccess function core/modules/system/tests/modules/entity_test_revlog/src/EntityTestRevlogAccessControlHandler.php Performs access checks.
EntityType::checkStorageClass function core/lib/Drupal/Core/Entity/EntityType.php Checks that the provided class is compatible with the current entity type.
EntityValidationTest::checkValidation function core/tests/Drupal/KernelTests/Core/Entity/EntityValidationTest.php Executes the validation test set for a defined entity type.
EntityViewDisplayAccessControlHandler::checkAccess function core/lib/Drupal/Core/Entity/Entity/Access/EntityViewDisplayAccessControlHandler.php Performs access checks.
Environment::checkMemoryLimit function core/lib/Drupal/Component/Utility/Environment.php Compares the memory required for an operation to the available memory.
EnvironmentTest::providerTestCheckMemoryLimit function core/tests/Drupal/Tests/Component/Utility/EnvironmentTest.php Provides data for testCheckMemoryLimit().
EnvironmentTest::testCheckMemoryLimit function core/tests/Drupal/Tests/Component/Utility/EnvironmentTest.php Tests \Drupal\Component\Utility\Environment::checkMemoryLimit().
ExecutableFinderTest::testCheckConfigurationForExecutablePath function core/modules/package_manager/tests/src/Unit/ExecutableFinderTest.php Tests that the executable finder looks for paths in configuration.
ExposedFormCheckboxesTest class core/modules/views/tests/src/Functional/Plugin/ExposedFormCheckboxesTest.php Tests exposed forms functionality.
ExposedFormCheckboxesTest.php file core/modules/views/tests/src/Functional/Plugin/ExposedFormCheckboxesTest.php
ExposedFormCheckboxesTest::$defaultTheme property core/modules/views/tests/src/Functional/Plugin/ExposedFormCheckboxesTest.php The theme to install as the default for testing.
ExposedFormCheckboxesTest::$modules property core/modules/views/tests/src/Functional/Plugin/ExposedFormCheckboxesTest.php Modules to install.
ExposedFormCheckboxesTest::$terms property core/modules/views/tests/src/Functional/Plugin/ExposedFormCheckboxesTest.php Test terms.
ExposedFormCheckboxesTest::$testViews property core/modules/views/tests/src/Functional/Plugin/ExposedFormCheckboxesTest.php
ExposedFormCheckboxesTest::$vocabulary property core/modules/views/tests/src/Functional/Plugin/ExposedFormCheckboxesTest.php Vocabulary for testing checkbox options.
ExposedFormCheckboxesTest::setUp function core/modules/views/tests/src/Functional/Plugin/ExposedFormCheckboxesTest.php Sets up the test.
ExposedFormCheckboxesTest::testExposedFormRenderCheckboxes function core/modules/views/tests/src/Functional/Plugin/ExposedFormCheckboxesTest.php Tests overriding the default render option with checkboxes.
ExposedFormCheckboxesTest::testExposedIsAllOfFilter function core/modules/views/tests/src/Functional/Plugin/ExposedFormCheckboxesTest.php Tests that "is all of" filters work with checkboxes.
ExtensionList::checkIncompatibility function core/lib/Drupal/Core/Extension/ExtensionList.php Tests the compatibility of an extension.
ExtensionListTest::providerCheckIncompatibility function core/tests/Drupal/Tests/Core/Extension/ExtensionListTest.php DataProvider for testCheckIncompatibility().
ExtensionListTest::testCheckIncompatibility function core/tests/Drupal/Tests/Core/Extension/ExtensionListTest.php @covers ::checkIncompatibility
FieldConfigAccessControlHandler::checkAccess function core/modules/field/src/FieldConfigAccessControlHandler.php Performs access checks.
FieldDefinitionIntegrityTest::checkDisplayOption function core/modules/field/tests/src/Kernel/FieldDefinitionIntegrityTest.php Helper method that tries to load plugin definitions.
FieldReuseAccessCheck class core/modules/field_ui/src/Access/FieldReuseAccessCheck.php Defines an access check for the reuse existing fields form.
FieldReuseAccessCheck.php file core/modules/field_ui/src/Access/FieldReuseAccessCheck.php
FieldReuseAccessCheck::access function core/modules/field_ui/src/Access/FieldReuseAccessCheck.php Checks access to the reuse existing fields form.
FieldReuseAccessCheck::__construct function core/modules/field_ui/src/Access/FieldReuseAccessCheck.php Creates a new FieldReuseAccessCheck.
FieldStorageConfigAccessControlHandler::checkAccess function core/modules/field/src/FieldStorageConfigAccessControlHandler.php Performs access checks.
FieldStorageCreateCheckDeprecationTest class core/tests/Drupal/KernelTests/Core/Field/FieldStorageCreateCheckDeprecationTest.php Tests the field storage create check subscriber.
FieldStorageCreateCheckDeprecationTest.php file core/tests/Drupal/KernelTests/Core/Field/FieldStorageCreateCheckDeprecationTest.php
FieldStorageCreateCheckDeprecationTest::$modules property core/tests/Drupal/KernelTests/Core/Field/FieldStorageCreateCheckDeprecationTest.php Modules to load.
FieldStorageCreateCheckDeprecationTest::register function core/tests/Drupal/KernelTests/Core/Field/FieldStorageCreateCheckDeprecationTest.php Registers test-specific services.
FieldStorageCreateCheckDeprecationTest::testFieldStorageCreateCheck function core/tests/Drupal/KernelTests/Core/Field/FieldStorageCreateCheckDeprecationTest.php Tests the field storage create check subscriber.
FieldStorageCreateCheckSubscriber class core/lib/Drupal/Core/Test/EventSubscriber/FieldStorageCreateCheckSubscriber.php Response subscriber to field storage events.
FieldStorageCreateCheckSubscriber.php file core/lib/Drupal/Core/Test/EventSubscriber/FieldStorageCreateCheckSubscriber.php
FieldStorageCreateCheckSubscriber::$schema property core/lib/Drupal/Core/Test/EventSubscriber/FieldStorageCreateCheckSubscriber.php The schema object for this connection.
FieldStorageCreateCheckSubscriber::getSubscribedEvents function core/lib/Drupal/Core/Test/EventSubscriber/FieldStorageCreateCheckSubscriber.php Gets the subscribed events.
FieldStorageCreateCheckSubscriber::onFieldStorageDefinitionCreateEvent function core/lib/Drupal/Core/Test/EventSubscriber/FieldStorageCreateCheckSubscriber.php Listener method for any field storage definition create event.
FieldStorageCreateCheckSubscriber::__construct function core/lib/Drupal/Core/Test/EventSubscriber/FieldStorageCreateCheckSubscriber.php Constructs the FieldStorageCreateCheckSubscriber object.
FieldStorageCreateCheckTest class core/tests/Drupal/KernelTests/Core/Field/FieldStorageCreateCheckTest.php Tests the field storage create check subscriber.
FieldStorageCreateCheckTest.php file core/tests/Drupal/KernelTests/Core/Field/FieldStorageCreateCheckTest.php
FieldStorageCreateCheckTest::$modules property core/tests/Drupal/KernelTests/Core/Field/FieldStorageCreateCheckTest.php Modules to load.
FieldStorageCreateCheckTest::testFieldStorageCreateCheck function core/tests/Drupal/KernelTests/Core/Field/FieldStorageCreateCheckTest.php Tests the field storage create check subscriber.
FileAccessControlHandler::checkAccess function core/modules/file/src/FileAccessControlHandler.php Performs access checks.
FileAccessControlHandler::checkCreateAccess function core/modules/file/src/FileAccessControlHandler.php Performs create access checks.
FileAccessControlHandler::checkFieldAccess function core/modules/file/src/FileAccessControlHandler.php Default field access as determined by this access control handler.
FileFormatterBase::checkAccess function core/modules/file/src/Plugin/Field/FieldFormatter/FileFormatterBase.php Checks access to the given entity.
FileSystemRequirementsTest::checkSystemRequirements function core/tests/Drupal/KernelTests/Core/File/FileSystemRequirementsTest.php Checks system runtime requirements.

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