Skip to main content
Hostdog docs
Documentation & API reference
Main menu
Drupal 7
Drupal 8
Drupal 9
You are here
Home
»
API reference
»
Drupal 9.x
»
common.inc
Search Drupal 9.x
Function, class, file, topic, etc.
*
Partial match search is supported
API Navigation
Drupal 9.x
Topics
Classes
Functions
Files
Namespaces
Constants
Globals
Deprecated
constant CSS_THEME
The default group for theme CSS files added to the page.
2 uses of CSS_THEME
seven_preprocess_html
in drupal/
core/
themes/
seven/
template.php
Implements
hook_preprocess_HOOK
() for
html.tpl.php
.
_drupal_theme_initialize
in drupal/
core/
includes/
theme.inc
Initialize the theme system given already loaded information. This function is useful to initialize a theme when no database is present.
File
drupal/
core/
includes/
common.inc
, line 81
Common functions that many Drupal modules will need to reference.
Code
const
CSS_THEME
=
100
;