constant CSS_AGGREGATE_DEFAULT

The default aggregation group for CSS files added to the page.

2 uses of CSS_AGGREGATE_DEFAULT
drupal_add_css in drupal/core/includes/common.inc
Adds a cascading stylesheet to the stylesheet queue.
FrameworkTest::testLazyLoad in drupal/core/modules/system/lib/Drupal/system/Tests/Ajax/FrameworkTest.php
Tests that new JavaScript and CSS files are lazy-loaded on an AJAX request.

File

drupal/core/includes/common.inc, line 83
Common functions that many Drupal modules will need to reference.

Code

const CSS_AGGREGATE_DEFAULT = 0;