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 |
---|---|---|---|
ContextHandlerTest::testCheckRequirements | function | core/ |
Tests check requirements. |
ContextualLinkManagerTest::testGetContextualLinksArrayByGroupAccessCheck | function | core/ |
Tests the access checking of the getContextualLinksArrayByGroup method. |
Cookie::addCheckToUrl | function | core/ |
Adds a query parameter to check successful log in redirect URL. |
CronAccessCheck | class | core/ |
Access check for cron routes. |
CronAccessCheck.php | file | core/ |
|
CronAccessCheck::access | function | core/ |
Checks access. |
CsrfAccessCheck | class | core/ |
Access protection against CSRF attacks. |
CsrfAccessCheck.php | file | core/ |
|
CsrfAccessCheck::$csrfToken | property | core/ |
The CSRF token generator. |
CsrfAccessCheck::access | function | core/ |
Checks access based on a CSRF token for the request. |
CsrfAccessCheck::__construct | function | core/ |
Constructs a CsrfAccessCheck object. |
CsrfAccessCheckTest | class | core/ |
Tests Drupal\Core\Access\CsrfAccessCheck. |
CsrfAccessCheckTest.php | file | core/ |
|
CsrfAccessCheckTest::$accessCheck | property | core/ |
The access checker. |
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/ |
Tests csrf token invalid. |
CsrfAccessCheckTest::testCsrfTokenMissing | function | core/ |
Tests csrf token missing. |
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/ |
Tests Drupal\Core\Access\CustomAccessCheck. |
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. |
Pagination
- Previous page
- Page 8
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.