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
»
drupal_add_js
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
10 string references to 'drupal_add_js'
CacheTest::testHeaderStorage
in drupal/
core/
modules/
views/
lib/
Drupal/
views/
Tests/
Plugin/
CacheTest.php
Tests css/js storage and restoring mechanism.
JavaScriptTest::setUp
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
Common/
JavaScriptTest.php
Sets up a Drupal site for running functional and integration tests.
JavaScriptTest::testAggregation
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
Common/
JavaScriptTest.php
Tests JavaScript grouping and aggregation.
JavaScriptTest::testAggregationOrder
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
Common/
JavaScriptTest.php
Tests JavaScript aggregation when files are added to a different scope.
JavaScriptTest::testReset
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
Common/
JavaScriptTest.php
Tests to see if resetting the JavaScript empties the cache.
overlay_render_region
in drupal/
core/
modules/
overlay/
overlay.module
Renders an individual page region.
RenderTest::testDrupalRenderChildrenAttached
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
Common/
RenderTest.php
Tests #attached functionality in children elements.
TableTest::testThemeTableNoStickyHeaders
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
Theme/
TableTest.php
If $sticky is FALSE, no tableheader.js should be included.
TableTest::testThemeTableStickyHeaders
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
Theme/
TableTest.php
Tableheader.js provides 'sticky' table headers, and is included by default.
views_ui_ajax_form
in drupal/
core/
modules/
views/
views_ui/
admin.inc
Generic entry point to handle forms.