Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| csrf_test.info.yml | file | core/ |
core/modules/system/tests/modules/csrf_test/csrf_test.info.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 |
| 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 and if they are for the same 'media' and 'browsers'. Items of the 'file' type are groupable if their 'preprocess' flag is TRUE, and items of the… |
| 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. |
| CssCollectionRenderer | class | core/ |
Renders CSS assets. |
| CssCollectionRenderer.php | file | core/ |
|
| CssCollectionRenderer::$state | property | core/ |
The state key/value store. |
| CssCollectionRenderer::render | function | core/ |
Renders an asset collection. |
| CssCollectionRenderer::__construct | function | core/ |
Constructs a CssCollectionRenderer. |
| CssCollectionRendererUnitTest | class | core/ |
Tests the CSS asset collection renderer. |
| CssCollectionRendererUnitTest.php | file | core/ |
|
| CssCollectionRendererUnitTest::$fileCssGroup | property | core/ |
A valid file CSS asset group. |
| CssCollectionRendererUnitTest::$renderer | property | core/ |
A CSS asset renderer. |
| CssCollectionRendererUnitTest::providerTestRender | function | core/ |
Provides data for the CSS asset rendering test. |
| CssCollectionRendererUnitTest::setUp | function | core/ |
|
| CssCollectionRendererUnitTest::testRender | function | core/ |
Tests CSS asset rendering. |
| CssCollectionRendererUnitTest::testRenderInvalidType | function | core/ |
Tests a CSS asset group with the invalid 'type' => 'internal'. |
| CssCommand | class | core/ |
An AJAX command for calling the jQuery css() method. |
| CssCommand.php | file | core/ |
|
| CssCommand::$css | property | core/ |
An array of property/value pairs to set in the CSS for the selector. |
| CssCommand::$selector | property | core/ |
A CSS selector string. |
| CssCommand::render | function | core/ |
Implements Drupal\Core\Ajax\CommandInterface:render(). |
| CssCommand::setProperty | function | core/ |
Adds a property/value pair to the CSS to be added to this element. |
| CssCommand::__construct | function | core/ |
Constructs a CssCommand object. |
| CssOptimizer | class | core/ |
Optimizes a CSS asset. |
| CssOptimizer.php | file | core/ |
|
| CssOptimizer::$rewriteFileURIBasePath | property | core/ |
The base path used by rewriteFileURI(). |
| CssOptimizer::clean | function | core/ |
Processes the contents of a CSS asset for cleanup. |
| CssOptimizer::loadFile | function | core/ |
Loads the stylesheet and resolves all @import commands. |
| CssOptimizer::loadNestedFile | function | core/ |
Loads stylesheets recursively and returns contents with corrected paths. |
| CssOptimizer::optimize | function | core/ |
Optimizes an asset. |
Pagination
- Previous page
- Page 266
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.