constant JS_LIBRARY

The default group for JavaScript and jQuery libraries added to the page.

6 uses of JS_LIBRARY
contextual_library_info in drupal/core/modules/contextual/contextual.module
Implements hook_library_info().
drupal_add_library in drupal/core/includes/common.inc
Adds multiple JavaScript or CSS files at the same time.
JavaScriptTest::testRenderDifferentWeight in drupal/core/modules/system/lib/Drupal/system/Tests/Common/JavaScriptTest.php
Tests rendering the JavaScript with a file's weight above jQuery's.
system_library_info in drupal/core/modules/system/system.module
Implements hook_library_info().
tour_library_info in drupal/core/modules/tour/tour.module
Implements hook_library_info().

... See full list

File

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

Code

const JS_LIBRARY = -100;