Search for all
- Search 7.x for all
- Search 9.5.x for all
- Search 8.9.x for all
- Search 11.x for all
- Search main for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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 install. |
| CsrfTokenRaceTest::testCsrfRace | function | core/ |
Tests race condition for CSRF tokens for simultaneous requests. |
| csrf_race_test.info.yml | file | core/ |
core/modules/system/tests/modules/csrf_race_test/csrf_race_test.info.yml |
| csrf_race_test.routing.yml | file | core/ |
core/modules/system/tests/modules/csrf_race_test/csrf_race_test.routing.yml |
| csrf_test.info.yml | file | core/ |
core/modules/system/tests/modules/csrf_test/csrf_test.info.yml |
| csrf_test.links.menu.yml | file | core/ |
core/modules/system/tests/modules/csrf_test/csrf_test.links.menu.yml |
| csrf_test.routing.yml | file | core/ |
core/modules/system/tests/modules/csrf_test/csrf_test.routing.yml |
| csrf_token | service | core/ |
Drupal\Core\Access\CsrfTokenGenerator |
| CssAssetController | class | core/ |
Defines a controller to serve CSS aggregates. |
| CssAssetController.php | file | core/ |
|
| CssAssetController::$assetType | property | core/ |
The asset type. |
| CssAssetController::$contentType | property | core/ |
The asset aggregate content type to send as Content-Type header. |
| CssAssetController::create | function | core/ |
Instantiates a new instance of the implementing class using autowiring. |
| CssAssetController::getGroups | function | core/ |
Get grouped assets. |
| CssCollectionGrouper | class | core/ |
Groups CSS assets. |
| CssCollectionGrouper.php | file | core/ |
|
| CssCollectionGrouper::group | function | core/ |
Puts multiple items into the same group if they are groupable. Items of the 'file' type are groupable if their 'preprocess' flag is TRUE, and items of the 'external' type are never groupable. Items with a media type of… |
| CssCollectionGrouperUnitTest | class | core/ |
Tests the CSS asset collection grouper. |
| CssCollectionGrouperUnitTest.php | file | core/ |
|
| CssCollectionGrouperUnitTest::$grouper | property | core/ |
A CSS asset grouper. |
| CssCollectionGrouperUnitTest::setUp | function | core/ |
|
| CssCollectionGrouperUnitTest::testGrouper | function | core/ |
Tests \Drupal\Core\Asset\CssCollectionGrouper. |
| CssCollectionOptimizer | class | core/ |
Optimizes CSS assets. |
| CssCollectionOptimizer.php | file | core/ |
|
| CssCollectionOptimizer::$dumper | property | core/ |
An asset dumper. |
| CssCollectionOptimizer::$fileSystem | property | core/ |
The file system service. |
| CssCollectionOptimizer::$grouper | property | core/ |
A CSS asset grouper. |
| CssCollectionOptimizer::$optimizer | property | core/ |
A CSS asset optimizer. |
| CssCollectionOptimizer::$state | property | core/ |
The state key/value store. |
| CssCollectionOptimizer::deleteAll | function | core/ |
Deletes all optimized asset collections assets. |
| CssCollectionOptimizer::generateHash | function | core/ |
Generate a hash for a given group of CSS assets. |
| CssCollectionOptimizer::getAll | function | core/ |
Returns all optimized asset collections assets. |
| CssCollectionOptimizer::optimize | function | core/ |
The cache file name is retrieved on a page load via a lookup variable that contains an associative array. The array key is the hash of the file names in $css while the value is the cache file name. The cache file is generated in two cases. First, if… |
| CssCollectionOptimizer::__construct | function | core/ |
Constructs a CssCollectionOptimizer. |
| CssCollectionOptimizerLazy | class | core/ |
Optimizes CSS assets. |
| CssCollectionOptimizerLazy.php | file | core/ |
|
| CssCollectionOptimizerLazy::deleteAll | function | core/ |
Deletes all optimized asset collections assets. |
| CssCollectionOptimizerLazy::getAll | function | core/ |
Returns all optimized asset collections assets. |
| CssCollectionOptimizerLazy::optimize | function | core/ |
Optimizes a collection of assets. |
| CssCollectionOptimizerLazy::optimizeGroup | function | core/ |
Optimizes a specific group of assets. |
Pagination
- Previous page
- Page 345
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.