Search for to
| Title | Object type | File name | Summary |
|---|---|---|---|
| core.entity_view_display.aggregator_feed.aggregator_feed.summary.yml | file | core/ |
core/modules/aggregator/config/install/core.entity_view_display.aggregator_feed.aggregator_feed.summary.yml |
| core.entity_view_display.aggregator_item.aggregator_item.summary.yml | file | core/ |
core/modules/aggregator/config/install/core.entity_view_display.aggregator_item.aggregator_item.summary.yml |
| core.entity_view_mode.aggregator_feed.summary.yml | file | core/ |
core/modules/aggregator/config/install/core.entity_view_mode.aggregator_feed.summary.yml |
| core.entity_view_mode.aggregator_item.summary.yml | file | core/ |
core/modules/aggregator/config/install/core.entity_view_mode.aggregator_item.summary.yml |
| count.jsonapi.resource_type.repository | service | core/ |
Drupal\jsonapi_test_collection_count\ResourceType\CountableResourceTypeRepository |
| CountableResourceTypeRepository | class | core/ |
Provides a repository of JSON:API configurable resource types. |
| CountableResourceTypeRepository.php | file | core/ |
|
| CountableResourceTypeRepository::createResourceType | function | core/ |
Creates a ResourceType value object for the given entity type + bundle. |
| Cron::$queueFactory | property | core/ |
The queue service. |
| CronRunTest::testAutomatedCron | function | core/ |
Ensure that the automated cron run module is working. |
| CsrfAccessCheck::$csrfToken | property | core/ |
The CSRF token generator. |
| CsrfAccessCheckTest::$csrfToken | property | core/ |
The mock CSRF token generator. |
| 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::$csrfToken | property | core/ |
The token generator. |
| CsrfRequestHeaderAccessCheck::TOKEN_KEY | constant | core/ |
A string key that will used to designate the token used by this class. |
| CsrfTokenController | class | core/ |
Returns responses for CSRF token routes. |
| CsrfTokenController.php | file | core/ |
|
| CsrfTokenController::$tokenGenerator | property | core/ |
The CSRF token generator. |
| CsrfTokenController::create | function | core/ |
Instantiates a new instance of this class. |
| CsrfTokenController::csrfToken | function | core/ |
Returns a CSRF protecting session token. |
| CsrfTokenController::__construct | function | core/ |
Constructs a new CsrfTokenController object. |
| CsrfTokenGenerator | class | core/ |
Generates and validates CSRF tokens. |
| CsrfTokenGenerator.php | file | core/ |
|
| CsrfTokenGenerator::$privateKey | property | core/ |
The private key service. |
| CsrfTokenGenerator::$sessionMetadata | property | core/ |
The session metadata bag. |
| CsrfTokenGenerator::computeToken | function | core/ |
Generates a token based on $value, the token seed, and the private key. |
| CsrfTokenGenerator::get | function | core/ |
Generates a token based on $value, the user session, and the private key. |
| CsrfTokenGenerator::validate | function | core/ |
Validates a token based on $value, the user session, and the private key. |
| CsrfTokenGenerator::__construct | function | core/ |
Constructs the token generator. |
| CsrfTokenGeneratorTest | class | core/ |
Tests the CsrfTokenGenerator class. |
| CsrfTokenGeneratorTest.php | file | core/ |
|
| CsrfTokenGeneratorTest::$generator | property | core/ |
The CSRF token generator. |
| CsrfTokenGeneratorTest::$privateKey | property | core/ |
The mock private key instance. |
| CsrfTokenGeneratorTest::$sessionMetadata | property | core/ |
The mock session metadata bag. |
| CsrfTokenGeneratorTest::providerTestInvalidParameterTypes | function | core/ |
Provides data for testInvalidParameterTypes. |
| CsrfTokenGeneratorTest::providerTestValidateParameterTypes | function | core/ |
Provides data for testValidateParameterTypes. |
| CsrfTokenGeneratorTest::setUp | function | core/ |
|
| CsrfTokenGeneratorTest::setupDefaultExpectations | function | core/ |
Set up default expectations on the mocks. |
| CsrfTokenGeneratorTest::testGenerateSeedOnGet | function | core/ |
Tests that a new token seed is generated upon first use. |
| CsrfTokenGeneratorTest::testGet | function | core/ |
Tests CsrfTokenGenerator::get(). |
| CsrfTokenGeneratorTest::testGetWithNoHashSalt | function | core/ |
Tests the exception thrown when no 'hash_salt' is provided in settings. |
| CsrfTokenGeneratorTest::testInvalidParameterTypes | function | core/ |
Tests CsrfTokenGenerator::validate() with invalid parameter types. |
| CsrfTokenGeneratorTest::testValidate | function | core/ |
Tests CsrfTokenGenerator::validate(). |
| CsrfTokenGeneratorTest::testValidateParameterTypes | function | core/ |
Tests CsrfTokenGenerator::validate() with different parameter types. |
| CsrfTokenRaceTest | class | core/ |
Test race condition for CSRF tokens for simultaneous requests. |
| CsrfTokenRaceTest.php | file | core/ |
|
| CsrfTokenRaceTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| CsrfTokenRaceTest::$modules | property | core/ |
Modules to enable. |
Pagination
- Previous page
- Page 45
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.