Search for to
Title | Object type | File name | Summary |
---|---|---|---|
Cookie::addCheckToUrl | function | core/ |
Adds a query parameter to check successful log in redirect URL. |
CookieResourceTestTrait::$csrfToken | property | core/ |
The CSRF token. |
CookieResourceTestTrait::$logoutToken | property | core/ |
The logout token. |
CookieResourceTestTrait::getAuthenticationRequestOptions | function | core/ |
|
CopyTest::$fileRepository | property | core/ |
The file repository service under test. |
CopyTest::testEntityStorageException | function | core/ |
Tests for entity storage exception. |
Core::computeCKEditor5PluginSubsetConfiguration | function | core/ |
Computes elements subset configuration for CKEditor 5 plugin. |
Core::mapCKEditor4SettingsToCKEditor5Configuration | function | core/ |
Maps CKEditor 4 settings to the CKEditor 5 equivalent, if needed. |
Core::mapCKEditor4ToolbarButtonToCKEditor5ToolbarItem | function | core/ |
Maps a CKEditor 4 button to the CKEditor 5 equivalent, if it exists. |
CoreThemesAutoloadedForTests | class | core/ |
Confirms that core/themes is autoloaded for tests. |
CoreThemesAutoloadedForTests.php | file | core/ |
|
CoreThemesAutoloadedForTests::testCoreThemesAutoloadedForTests | function | core/ |
Confirms that core/themes is autoloaded for tests. |
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. |
CronRunTest::testAutomatedCron | function | core/ |
Ensure that the automated cron run module is working. |
CronSuspendQueueDelayTest::$cronConstructorArguments | property | core/ |
Constructor arguments for \Drupal\Core\Cron. |
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 |
CsrfAccessCheckTest::testCsrfTokenMissing | function | core/ |
@covers ::access |
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(). |
Pagination
- Previous page
- Page 53
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.