Search for check
- Search 7.x for check
- Search 9.5.x for check
- Search 8.9.x for check
- Search 10.3.x for check
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
CsrfAccessCheckTest::$csrfToken | property | core/ |
The mock CSRF token generator. |
CsrfAccessCheckTest::$parameterBag | property | core/ |
The mock parameter bag. |
CsrfAccessCheckTest::$routeMatch | property | core/ |
The mock route match. |
CsrfAccessCheckTest::setUp | function | core/ |
|
CsrfAccessCheckTest::testAccessTokenPass | function | core/ |
Tests the access() method with a valid token. |
CsrfAccessCheckTest::testCsrfTokenInvalid | function | core/ |
@covers ::access[[api-linebreak]] |
CsrfAccessCheckTest::testCsrfTokenMissing | function | core/ |
@covers ::access[[api-linebreak]] |
CsrfRequestHeaderAccessCheck | class | core/ |
Access protection against CSRF attacks. |
CsrfRequestHeaderAccessCheck.php | file | core/ |
|
CsrfRequestHeaderAccessCheck::$csrfToken | property | core/ |
The token generator. |
CsrfRequestHeaderAccessCheck::$sessionConfiguration | property | core/ |
The session configuration. |
CsrfRequestHeaderAccessCheck::access | function | core/ |
Checks access. |
CsrfRequestHeaderAccessCheck::applies | function | core/ |
Declares whether the access check applies to a specific route or not. |
CsrfRequestHeaderAccessCheck::TOKEN_KEY | constant | core/ |
A string key that will used to designate the token used by this class. |
CsrfRequestHeaderAccessCheck::__construct | function | core/ |
Constructs a new rest CSRF access check. |
CustomAccessCheck | class | core/ |
Defines an access checker that allows specifying a custom method for access. |
CustomAccessCheck.php | file | core/ |
|
CustomAccessCheck::access | function | core/ |
Checks access for the account and route using the custom access checker. |
CustomAccessCheck::__construct | function | core/ |
Constructs a CustomAccessCheck instance. |
CustomAccessCheckTest | class | core/ |
@coversDefaultClass \Drupal\Core\Access\CustomAccessCheck[[api-linebreak]] @group Access |
CustomAccessCheckTest.php | file | core/ |
|
CustomAccessCheckTest::$accessChecker | property | core/ |
The access checker to test. |
CustomAccessCheckTest::$argumentsResolverFactory | property | core/ |
The mocked arguments resolver. |
CustomAccessCheckTest::$callableResolver | property | core/ |
The mocked callable resolver. |
CustomAccessCheckTest::setUp | function | core/ |
|
CustomAccessCheckTest::testAccess | function | core/ |
Tests the access method. |
CustomAccessCheckTest::testAccessException | function | core/ |
Tests the access method exception for invalid access callbacks. |
DatabaseBackend::$checksumProvider | property | core/ |
The cache tags checksum provider. |
DatabaseBackendFactory::$checksumProvider | property | core/ |
The cache tags checksum provider. |
DatabaseBackendTest::testCacheTagsInvalidatorChecksumIsBackendOverridable | function | core/ |
Tests that "cache_tags.invalidator.checksum" is backend overridable. |
DatabaseCacheTagsChecksum | class | core/ |
Cache tags invalidations checksum implementation that uses the database. |
DatabaseCacheTagsChecksum.php | file | core/ |
|
DatabaseCacheTagsChecksum::$connection | property | core/ |
The database connection. |
DatabaseCacheTagsChecksum::doInvalidateTags | function | core/ |
Marks cache items with any of the specified tags as invalid. |
DatabaseCacheTagsChecksum::ensureTableExists | function | core/ |
Check if the cache tags table exists and create it if not. |
DatabaseCacheTagsChecksum::getDatabaseConnection | function | core/ |
Returns the database connection. |
DatabaseCacheTagsChecksum::getTagInvalidationCounts | function | core/ |
Fetches invalidation counts for cache tags. |
DatabaseCacheTagsChecksum::purge | function | core/ |
Purge cache tag invalidations. |
DatabaseCacheTagsChecksum::schemaDefinition | function | core/ |
Defines the schema for the {cachetags} table. |
DatabaseCacheTagsChecksum::__construct | function | core/ |
Constructs a DatabaseCacheTagsChecksum object. |
DatabaseDriverList::checkIncompatibility | function | core/ |
Tests the compatibility of an extension. |
DatabaseVersionCheckUpdateTest | class | core/ |
Tests that updates fail if the database does not meet the minimum version. |
DatabaseVersionCheckUpdateTest.php | file | core/ |
|
DatabaseVersionCheckUpdateTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
DatabaseVersionCheckUpdateTest::setUp | function | core/ |
|
DatabaseVersionCheckUpdateTest::testUpdate | function | core/ |
Tests that updates fail if the database does not meet the minimum version. |
DateFormatAccessControlHandler::checkAccess | function | core/ |
Performs access checks. |
Datelist::checkEmptyInputs | function | core/ |
Checks the input array for empty values. |
DateTimePlus::checkArray | function | core/ |
Checks that arrays of date parts will create a valid date. |
DateTimePlus::checkErrors | function | core/ |
Examines getLastErrors() to see what errors to report. |
Pagination
- Previous page
- Page 9
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.