Search for all
- Search 7.x for all
- Search 9.5.x for all
- Search 8.9.x for all
- Search 10.3.x for all
- Search main for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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/ |
Deletes all optimized asset collections assets. |
| CssCollectionOptimizerLazy::optimize | function | core/ |
Optimizes a collection of assets. |
| CssCollectionOptimizerLazy::optimizeGroup | function | core/ |
Optimizes a specific group of assets. |
| 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/ |
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. |
| 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(). |
| 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. |
Pagination
- Previous page
- Page 366
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.