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
RelationshipRouteAccessCheck::ROUTE_REQUIREMENT_KEY constant core/modules/jsonapi/src/Access/RelationshipRouteAccessCheck.php The route requirement key for this access check.
RelationshipRouteAccessCheck::__construct function core/modules/jsonapi/src/Access/RelationshipRouteAccessCheck.php RelationshipRouteAccessCheck constructor.
RemoveCheckToStringNodeVisitor class core/lib/Drupal/Core/Template/RemoveCheckToStringNodeVisitor.php Defines a TwigNodeVisitor that replaces CheckToStringNodes.
RemoveCheckToStringNodeVisitor.php file core/lib/Drupal/Core/Template/RemoveCheckToStringNodeVisitor.php
RemoveCheckToStringNodeVisitor::enterNode function core/lib/Drupal/Core/Template/RemoveCheckToStringNodeVisitor.php
RemoveCheckToStringNodeVisitor::getPriority function core/lib/Drupal/Core/Template/RemoveCheckToStringNodeVisitor.php
RemoveCheckToStringNodeVisitor::leaveNode function core/lib/Drupal/Core/Template/RemoveCheckToStringNodeVisitor.php
ReplicaKillSwitch::checkReplicaServer function core/lib/Drupal/Core/Database/ReplicaKillSwitch.php Checks and disables the replica database server if appropriate.
RequestPolicyInterface::check function core/lib/Drupal/Core/PageCache/RequestPolicyInterface.php Determines whether delivery of a cached page should be attempted.
RequestSanitizer::checkDestination function core/lib/Drupal/Core/Security/RequestSanitizer.php Checks a destination string to see if it is dangerous.
RequirementsInterface::checkRequirements function core/modules/migrate/src/Plugin/RequirementsInterface.php Checks if requirements for this plugin are OK.
ResolvedLibraryDefinitionsFilesMatchTest::$pathsChecked property core/tests/Drupal/KernelTests/Core/Asset/ResolvedLibraryDefinitionsFilesMatchTest.php A list of all paths that have been checked.
ResourceTypeRepositoryTest::testMappingNameConflictCheck function core/modules/jsonapi/tests/src/Kernel/ResourceType/ResourceTypeRepositoryTest.php Ensures that a naming conflict in mapping causes an exception to be thrown.
ResponsePolicyInterface::check function core/lib/Drupal/Core/PageCache/ResponsePolicyInterface.php Determines whether it is save to store a page in the cache.
RoleAccessCheck class core/modules/user/src/Access/RoleAccessCheck.php Determines access to routes based on roles.
RoleAccessCheck.php file core/modules/user/src/Access/RoleAccessCheck.php
RoleAccessCheck::access function core/modules/user/src/Access/RoleAccessCheck.php Checks access.
RoleAccessCheckTest class core/tests/Drupal/Tests/Core/Route/RoleAccessCheckTest.php @coversDefaultClass \Drupal\user\Access\RoleAccessCheck
@group Access
@group Route
RoleAccessCheckTest.php file core/tests/Drupal/Tests/Core/Route/RoleAccessCheckTest.php
RoleAccessCheckTest::getTestRouteCollection function core/tests/Drupal/Tests/Core/Route/RoleAccessCheckTest.php Generates the test route collection.
RoleAccessCheckTest::roleAccessProvider function core/tests/Drupal/Tests/Core/Route/RoleAccessCheckTest.php Provides data for the role access test.
RoleAccessCheckTest::testRoleAccess function core/tests/Drupal/Tests/Core/Route/RoleAccessCheckTest.php Tests role requirements on routes.
RoleAccessControlHandler::checkAccess function core/modules/user/src/RoleAccessControlHandler.php Performs access checks.
RollbackTest::assertCheckpointsExist function core/tests/Drupal/FunctionalTests/Core/Recipe/RollbackTest.php Asserts that the current set of checkpoints matches the given labels.
RouteBuilder::$checkProvider property core/lib/Drupal/Core/Routing/RouteBuilder.php The check provider.
RouteBuilderTest::$checkProvider property core/tests/Drupal/Tests/Core/Routing/RouteBuilderTest.php
RoutePathGenerationTraitTest::$accessCheck property core/tests/Drupal/Tests/Core/Access/RoutePathGenerationTraitTest.php The CSRF access checker.
RowEntityRenderersTest::checkLanguageRenderers function core/modules/views/tests/src/Kernel/Entity/RowEntityRenderersTest.php Checks that the language renderer configurations work as expected.
RowEntityRenderersTest::checkLanguageRenderersRelationship function core/modules/views/tests/src/Kernel/Entity/RowEntityRenderersTest.php Checks language renderer configurations work with relationships.
ScaffoldFileCollection::checkListHasItemWithContent function composer/Plugin/Scaffold/Operations/ScaffoldFileCollection.php Scans through a list of scaffold files and determines if any has contents.
ScaffoldFileCollection::checkUnchanged function composer/Plugin/Scaffold/Operations/ScaffoldFileCollection.php Returns the list of files that have not changed since they were scaffolded.
SchemaCheckTestTrait trait core/tests/Drupal/Tests/SchemaCheckTestTrait.php Provides a class for checking configuration schema.
SchemaCheckTestTrait.php file core/tests/Drupal/Tests/SchemaCheckTestTrait.php
SchemaCheckTestTrait::assertConfigSchema function core/tests/Drupal/Tests/SchemaCheckTestTrait.php Asserts the TypedConfigManager has a valid schema for the configuration.
SchemaCheckTestTrait::assertConfigSchemaByName function core/tests/Drupal/Tests/SchemaCheckTestTrait.php Asserts configuration, specified by name, has a valid schema.
SchemaCheckTrait trait core/lib/Drupal/Core/Config/Schema/SchemaCheckTrait.php Provides a trait for checking configuration schema.
SchemaCheckTrait.php file core/lib/Drupal/Core/Config/Schema/SchemaCheckTrait.php
SchemaCheckTrait::$configName property core/lib/Drupal/Core/Config/Schema/SchemaCheckTrait.php The configuration object name under test.
SchemaCheckTrait::$ignoredPropertyPaths property core/lib/Drupal/Core/Config/Schema/SchemaCheckTrait.php The ignored property paths.
SchemaCheckTrait::$schema property core/lib/Drupal/Core/Config/Schema/SchemaCheckTrait.php The config schema wrapper object for the configuration object under test.
SchemaCheckTrait::checkConfigSchema function core/lib/Drupal/Core/Config/Schema/SchemaCheckTrait.php Checks the TypedConfigManager has a valid schema for the configuration.
SchemaCheckTrait::checkValue function core/lib/Drupal/Core/Config/Schema/SchemaCheckTrait.php Helper method to check data type.
SchemaCheckTrait::isViolationForIgnoredPropertyPath function core/lib/Drupal/Core/Config/Schema/SchemaCheckTrait.php Determines whether this violation is for an ignored Config property path.
SchemaCheckTraitTest class core/tests/Drupal/KernelTests/Core/Config/SchemaCheckTraitTest.php Tests the functionality of SchemaCheckTrait.
SchemaCheckTraitTest.php file core/tests/Drupal/KernelTests/Core/Config/SchemaCheckTraitTest.php
SchemaCheckTraitTest::$modules property core/tests/Drupal/KernelTests/Core/Config/SchemaCheckTraitTest.php Modules to install.
SchemaCheckTraitTest::$typedConfig property core/tests/Drupal/KernelTests/Core/Config/SchemaCheckTraitTest.php The typed config manager.
SchemaCheckTraitTest::providerCheckConfigSchema function core/tests/Drupal/KernelTests/Core/Config/SchemaCheckTraitTest.php Returns test data for validating configuration schema.
SchemaCheckTraitTest::setUp function core/tests/Drupal/KernelTests/Core/Config/SchemaCheckTraitTest.php
SchemaCheckTraitTest::testCheckConfigSchema function core/tests/Drupal/KernelTests/Core/Config/SchemaCheckTraitTest.php Tests \Drupal\Core\Config\Schema\SchemaCheckTrait.

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