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
CustomAccessCheck class core/lib/Drupal/Core/Access/CustomAccessCheck.php Defines an access checker that allows specifying a custom method for access.
CustomAccessCheck.php file core/lib/Drupal/Core/Access/CustomAccessCheck.php
CustomAccessCheck::$argumentsResolverFactory property core/lib/Drupal/Core/Access/CustomAccessCheck.php The arguments resolver.
CustomAccessCheck::$callableResolver property core/lib/Drupal/Core/Access/CustomAccessCheck.php The callable resolver.
CustomAccessCheck::access function core/lib/Drupal/Core/Access/CustomAccessCheck.php Checks access for the account and route using the custom access checker.
CustomAccessCheck::__construct function core/lib/Drupal/Core/Access/CustomAccessCheck.php Constructs a CustomAccessCheck instance.
CustomAccessCheckTest class core/tests/Drupal/Tests/Core/Access/CustomAccessCheckTest.php @coversDefaultClass \Drupal\Core\Access\CustomAccessCheck
@group Access
CustomAccessCheckTest.php file core/tests/Drupal/Tests/Core/Access/CustomAccessCheckTest.php
CustomAccessCheckTest::$accessChecker property core/tests/Drupal/Tests/Core/Access/CustomAccessCheckTest.php The access checker to test.
CustomAccessCheckTest::$argumentsResolverFactory property core/tests/Drupal/Tests/Core/Access/CustomAccessCheckTest.php The mocked arguments resolver.
CustomAccessCheckTest::$callableResolver property core/tests/Drupal/Tests/Core/Access/CustomAccessCheckTest.php The mocked callable resolver.
CustomAccessCheckTest::setUp function core/tests/Drupal/Tests/Core/Access/CustomAccessCheckTest.php
CustomAccessCheckTest::testAccess function core/tests/Drupal/Tests/Core/Access/CustomAccessCheckTest.php Tests the access method.
CustomAccessCheckTest::testAccessException function core/tests/Drupal/Tests/Core/Access/CustomAccessCheckTest.php Tests the access method exception for invalid access callbacks.
DatabaseBackend::$checksumProvider property core/lib/Drupal/Core/Cache/DatabaseBackend.php The cache tags checksum provider.
DatabaseBackendFactory::$checksumProvider property core/lib/Drupal/Core/Cache/DatabaseBackendFactory.php The cache tags checksum provider.
DatabaseBackendTest::testCacheTagsInvalidatorChecksumIsBackendOverridable function core/tests/Drupal/KernelTests/Core/Cache/DatabaseBackendTest.php Test that the service "cache_tags.invalidator.checksum" is backend overridable.
DatabaseCacheTagsChecksum class core/lib/Drupal/Core/Cache/DatabaseCacheTagsChecksum.php Cache tags invalidations checksum implementation that uses the database.
DatabaseCacheTagsChecksum.php file core/lib/Drupal/Core/Cache/DatabaseCacheTagsChecksum.php
DatabaseCacheTagsChecksum::$connection property core/lib/Drupal/Core/Cache/DatabaseCacheTagsChecksum.php The database connection.
DatabaseCacheTagsChecksum::doInvalidateTags function core/lib/Drupal/Core/Cache/DatabaseCacheTagsChecksum.php Marks cache items with any of the specified tags as invalid.
DatabaseCacheTagsChecksum::ensureTableExists function core/lib/Drupal/Core/Cache/DatabaseCacheTagsChecksum.php Check if the cache tags table exists and create it if not.
DatabaseCacheTagsChecksum::getDatabaseConnection function core/lib/Drupal/Core/Cache/DatabaseCacheTagsChecksum.php Returns the database connection.
DatabaseCacheTagsChecksum::getTagInvalidationCounts function core/lib/Drupal/Core/Cache/DatabaseCacheTagsChecksum.php Fetches invalidation counts for cache tags.
DatabaseCacheTagsChecksum::schemaDefinition function core/lib/Drupal/Core/Cache/DatabaseCacheTagsChecksum.php Defines the schema for the {cachetags} table.
DatabaseCacheTagsChecksum::__construct function core/lib/Drupal/Core/Cache/DatabaseCacheTagsChecksum.php Constructs a DatabaseCacheTagsChecksum object.
DatabaseDriverList::checkIncompatibility function core/lib/Drupal/Core/Extension/DatabaseDriverList.php Tests the compatibility of an extension.
DatabaseVersionCheckUpdateTest class core/modules/system/tests/src/Functional/Update/DatabaseVersionCheckUpdateTest.php Tests that updates fail if the database does not meet the minimum version.
DatabaseVersionCheckUpdateTest.php file core/modules/system/tests/src/Functional/Update/DatabaseVersionCheckUpdateTest.php
DatabaseVersionCheckUpdateTest::$defaultTheme property core/modules/system/tests/src/Functional/Update/DatabaseVersionCheckUpdateTest.php The theme to install as the default for testing.
DatabaseVersionCheckUpdateTest::setUp function core/modules/system/tests/src/Functional/Update/DatabaseVersionCheckUpdateTest.php
DatabaseVersionCheckUpdateTest::testUpdate function core/modules/system/tests/src/Functional/Update/DatabaseVersionCheckUpdateTest.php Tests that updates fail if the database does not meet the minimum version.
DateFormatAccessControlHandler::checkAccess function core/modules/system/src/DateFormatAccessControlHandler.php Performs access checks.
Datelist::checkEmptyInputs function core/lib/Drupal/Core/Datetime/Element/Datelist.php Checks the input array for empty values.
DateTimePlus::checkArray function core/lib/Drupal/Component/Datetime/DateTimePlus.php Checks that arrays of date parts will create a valid date.
DateTimePlus::checkErrors function core/lib/Drupal/Component/Datetime/DateTimePlus.php Examines getLastErrors() to see what errors to report.
DateTimePlusTest::providerTestCheckArray function core/tests/Drupal/Tests/Component/Datetime/DateTimePlusTest.php Data provider for testCheckArray.
DateTimePlusTest::testCheckArray function core/tests/Drupal/Tests/Component/Datetime/DateTimePlusTest.php Tests DateTimePlus::checkArray().
DbUpdateAccessCheck class core/modules/system/src/Access/DbUpdateAccessCheck.php Access check for database update routes.
DbUpdateAccessCheck.php file core/modules/system/src/Access/DbUpdateAccessCheck.php
DbUpdateAccessCheck::access function core/modules/system/src/Access/DbUpdateAccessCheck.php Checks access for update routes.
DefaultAccessCheck class core/lib/Drupal/Core/Access/DefaultAccessCheck.php Allows access to routes to be controlled by an '_access' boolean parameter.
DefaultAccessCheck.php file core/lib/Drupal/Core/Access/DefaultAccessCheck.php
DefaultAccessCheck::access function core/lib/Drupal/Core/Access/DefaultAccessCheck.php Checks access to the route based on the _access parameter.
DefaultAccessCheckTest class core/tests/Drupal/Tests/Core/Access/DefaultAccessCheckTest.php @coversDefaultClass \Drupal\Core\Access\DefaultAccessCheck
@group Access
DefaultAccessCheckTest.php file core/tests/Drupal/Tests/Core/Access/DefaultAccessCheckTest.php
DefaultAccessCheckTest::$accessChecker property core/tests/Drupal/Tests/Core/Access/DefaultAccessCheckTest.php The access checker to test.
DefaultAccessCheckTest::$account property core/tests/Drupal/Tests/Core/Access/DefaultAccessCheckTest.php The mocked account.
DefaultAccessCheckTest::setUp function core/tests/Drupal/Tests/Core/Access/DefaultAccessCheckTest.php
DefaultAccessCheckTest::testAccess function core/tests/Drupal/Tests/Core/Access/DefaultAccessCheckTest.php Tests the access method.

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