Groups CSS assets.
Hierarchy
- class \Drupal\Core\Asset\CssCollectionGrouper implements AssetCollectionGrouperInterface
File
- core/lib/Drupal/Core/Asset/CssCollectionGrouper.php, line 8
Namespace
Drupal\Core\Asset
Members
Name | Modifiers | Type | Description |
---|---|---|---|
CssCollectionGrouper::group | public | function | 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ā¦ Overrides AssetCollectionGrouperInterface::group |
Please login to continue.