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
EntityReferenceFormatterBase::checkAccess function core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/EntityReferenceFormatterBase.php Checks access to the given entity.
EntityReferenceLabelFormatter::checkAccess function core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/EntityReferenceLabelFormatter.php Checks access to the given entity.
EntityResource::$entityAccessChecker property core/modules/jsonapi/src/Controller/EntityResource.php The JSON:API entity access checker.
EntityResource::checkPatchFieldAccess function core/modules/jsonapi/src/Controller/EntityResource.php Checks whether the given field should be PATCHed.
EntityResource::checkPatchFieldAccess function core/modules/rest/src/Plugin/rest/resource/EntityResource.php Checks whether the given field should be PATCHed.
EntityResourceAccessTrait::checkEditFieldAccess function core/modules/rest/src/Plugin/rest/resource/EntityResourceAccessTrait.php Performs edit access checks for fields.
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.
entity_test_form_entity_test_form_validate_check function core/modules/system/tests/modules/entity_test/entity_test.module Validation handler for the entity_test entity form.
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().
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
ExternalCommandRequirementsTrait::checkClassCommandRequirements function core/tests/Drupal/BuildTests/Framework/ExternalCommandRequirementsTrait.php Checks whether required external commands are available per test class.
ExternalCommandRequirementsTrait::checkExternalCommandRequirements function core/tests/Drupal/BuildTests/Framework/ExternalCommandRequirementsTrait.php Checks missing external command requirements.
ExternalCommandRequirementsTrait::checkMethodCommandRequirements function core/tests/Drupal/BuildTests/Framework/ExternalCommandRequirementsTrait.php Checks whether required external commands are available per method.
ExternalCommandRequirementTest::testCheckExternalCommandRequirementsAvailable function core/tests/Drupal/BuildTests/Framework/Tests/ExternalCommandRequirementTest.php @covers ::checkExternalCommandRequirements
ExternalCommandRequirementTest::testCheckExternalCommandRequirementsNotAvailable function core/tests/Drupal/BuildTests/Framework/Tests/ExternalCommandRequirementTest.php @covers ::checkExternalCommandRequirements
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.
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.
FileTestAccessControlHandler::checkAccess function core/modules/file/tests/file_test/src/FileTestAccessControlHandler.php Performs access checks.
FileTransfer::checkPath function core/lib/Drupal/Core/FileTransfer/FileTransfer.php Checks that the path is inside the jail and throws an exception if not.
FileUpload::checkFileUploadAccess function core/modules/jsonapi/src/Controller/FileUpload.php Checks if the current user has access to upload the file.
FileUploadTest::testCheckFileUploadAccessWithBaseField function core/modules/jsonapi/tests/src/Kernel/Controller/FileUploadTest.php @covers ::checkFileUploadAccess

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