constant JS_THEME

The default group for theme JavaScript code added to the page.

2 uses of JS_THEME
JavaScriptTest::testDifferentGroup in drupal/core/modules/system/lib/Drupal/system/Tests/Common/JavaScriptTest.php
Tests adding a JavaScript file with a different group.
_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 101
Common functions that many Drupal modules will need to reference.

Code

const JS_THEME = 100;