constant CSS_AGGREGATE_DEFAULT in Drupal 9
Same name and namespace in other branches
- 8 core/includes/common.inc \CSS_AGGREGATE_DEFAULT
The default aggregation group for CSS files added to the page.
2 uses of CSS_AGGREGATE_DEFAULT
- AssetResolver::getCssAssets in core/
lib/ Drupal/ Core/ Asset/ AssetResolver.php - Returns the CSS assets for the current response's libraries.
- LibraryDiscoveryParser::buildByExtension in core/
lib/ Drupal/ Core/ Asset/ LibraryDiscoveryParser.php - Parses and builds up all the libraries information of an extension.
File
- core/
includes/ common.inc, line 67 - Common functions that many Drupal modules will need to reference.
Code
const CSS_AGGREGATE_DEFAULT = 0;