Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 8.9.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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. |
| CssCollectionOptimizerLazy | class | core/ |
Optimizes CSS assets. |
| CssCollectionOptimizerLazy.php | file | core/ |
|
| CssCollectionOptimizerLazy::deleteAll | function | core/ |
|
| CssCollectionOptimizerLazy::optimize | function | core/ |
|
| CssCollectionOptimizerLazy::optimizeGroup | function | core/ |
|
| CssCollectionOptimizerLazy::__construct | function | core/ |
Constructs a CssCollectionOptimizerLazy. |
| CssCollectionOptimizerLazyUnitTest | class | core/ |
Tests the CSS asset optimizer. |
| CssCollectionOptimizerLazyUnitTest.php | file | core/ |
|
| CssCollectionOptimizerLazyUnitTest::$fileUrlGenerator | property | core/ |
The file URL generator mock. |
| CssCollectionOptimizerLazyUnitTest::$optimizer | property | core/ |
A CSS asset optimizer. |
| CssCollectionOptimizerLazyUnitTest::setUp | function | core/ |
|
| CssCollectionOptimizerLazyUnitTest::testCssImport | function | core/ |
Tests that CSS imports with strange letters do not destroy the CSS output. |
| CssCollectionOptimizerLazyUnitTest::testCssLicenseAggregation | function | core/ |
Test that license information is added correctly to aggregated CSS. |
| CssCollectionOptimizerLazyUnitTest::testExternalMinifiedCssAssetOptimizationIsSkipped | function | core/ |
Test that external minified CSS assets do not trigger optimization. |
| CssCollectionOptimizerLazyUnitTest::testLocalMinifiedCssAssetOptimizationIsNotSkipped | function | core/ |
Test that local minified CSS assets still trigger optimization. |
| CssCollectionOptimizerLazyUnitTest::testRelativePathsInLocalMinifiedCssAssets | function | core/ |
Test that relative paths in local minified CSS files are updated. |
| CssCollectionRenderer | class | core/ |
Renders CSS assets. |
| CssCollectionRenderer.php | file | core/ |
|
| CssCollectionRenderer::render | function | core/ |
|
| 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. |
| CssDisableTransitionsTestHooks | class | core/ |
Hook implementations for css_disable_transitions_test. |
| CssDisableTransitionsTestHooks.php | file | core/ |
|
| CssDisableTransitionsTestHooks::pageAttachments | function | core/ |
Implements hook_page_attachments(). |
| CssOptimizer | class | core/ |
Optimizes a CSS asset. |
| CssOptimizer.php | file | core/ |
|
| CssOptimizer::$fileUrlGenerator | property | core/ |
The file URL generator. |
| CssOptimizer::$rewriteFileURIBasePath | property | core/ |
The base path used by rewriteFileURI(). |
Pagination
- Previous page
- Page 300
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.