You are here

constant JS_DEFAULT in Drupal 10

Same name and namespace in other branches
  1. 8 core/includes/common.inc \JS_DEFAULT
  2. 7 includes/common.inc \JS_DEFAULT
  3. 9 core/includes/common.inc \JS_DEFAULT

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

1 use of JS_DEFAULT
AssetResolver::getJsAssets in core/lib/Drupal/Core/Asset/AssetResolver.php

File

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

Code

const JS_DEFAULT = 0;