constant CSS_DEFAULT

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

2 uses of CSS_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 returned on an Ajax request.

File

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

Code

const CSS_DEFAULT = 0;