Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 8.9.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
JsAssetController::getGroups function core/modules/system/src/Controller/JsAssetController.php Get grouped assets.
JsCollectionGrouper class core/lib/Drupal/Core/Asset/JsCollectionGrouper.php Groups JavaScript assets.
JsCollectionGrouper.php file core/lib/Drupal/Core/Asset/JsCollectionGrouper.php
JsCollectionGrouper::group function core/lib/Drupal/Core/Asset/JsCollectionGrouper.php Puts multiple items into the same group if they are groupable. Items of
the 'file' type are groupable if their 'preprocess' flag is TRUE. Items of
the 'external' type are not groupable.
JsCollectionOptimizer class core/lib/Drupal/Core/Asset/JsCollectionOptimizer.php Optimizes JavaScript assets.
JsCollectionOptimizer.php file core/lib/Drupal/Core/Asset/JsCollectionOptimizer.php
JsCollectionOptimizer::$dumper property core/lib/Drupal/Core/Asset/JsCollectionOptimizer.php An asset dumper.
JsCollectionOptimizer::$fileSystem property core/lib/Drupal/Core/Asset/JsCollectionOptimizer.php The file system service.
JsCollectionOptimizer::$grouper property core/lib/Drupal/Core/Asset/JsCollectionOptimizer.php A JS asset grouper.
JsCollectionOptimizer::$optimizer property core/lib/Drupal/Core/Asset/JsCollectionOptimizer.php A JS asset optimizer.
JsCollectionOptimizer::$state property core/lib/Drupal/Core/Asset/JsCollectionOptimizer.php The state key/value store.
JsCollectionOptimizer::deleteAll function core/lib/Drupal/Core/Asset/JsCollectionOptimizer.php Deletes all optimized asset collections assets.
JsCollectionOptimizer::generateHash function core/lib/Drupal/Core/Asset/JsCollectionOptimizer.php Generate a hash for a given group of JavaScript assets.
JsCollectionOptimizer::getAll function core/lib/Drupal/Core/Asset/JsCollectionOptimizer.php Returns all optimized asset collections assets.
JsCollectionOptimizer::optimize function core/lib/Drupal/Core/Asset/JsCollectionOptimizer.php The cache file name is retrieved on a page load via a lookup variable that
contains an associative array. The array key is the hash of the names in
$files while the value is the cache file name. The cache file is generated
in two cases. First, if…
JsCollectionOptimizer::__construct function core/lib/Drupal/Core/Asset/JsCollectionOptimizer.php Constructs a JsCollectionOptimizer.
JsCollectionOptimizerLazy class core/lib/Drupal/Core/Asset/JsCollectionOptimizerLazy.php Optimizes JavaScript assets.
JsCollectionOptimizerLazy.php file core/lib/Drupal/Core/Asset/JsCollectionOptimizerLazy.php
JsCollectionOptimizerLazy::deleteAll function core/lib/Drupal/Core/Asset/JsCollectionOptimizerLazy.php Deletes all optimized asset collections assets.
JsCollectionOptimizerLazy::getAll function core/lib/Drupal/Core/Asset/JsCollectionOptimizerLazy.php Returns all optimized asset collections assets.
JsCollectionOptimizerLazy::optimize function core/lib/Drupal/Core/Asset/JsCollectionOptimizerLazy.php Optimizes a collection of assets.
JsCollectionOptimizerLazy::optimizeGroup function core/lib/Drupal/Core/Asset/JsCollectionOptimizerLazy.php Optimizes a specific group of assets.
JsCollectionOptimizerLazy::__construct function core/lib/Drupal/Core/Asset/JsCollectionOptimizerLazy.php Constructs a JsCollectionOptimizerLazy.
JsCollectionRenderer class core/lib/Drupal/Core/Asset/JsCollectionRenderer.php Renders JavaScript assets.
JsCollectionRenderer.php file core/lib/Drupal/Core/Asset/JsCollectionRenderer.php
JsCollectionRenderer::$assetQueryString property core/lib/Drupal/Core/Asset/JsCollectionRenderer.php The asset query string.
JsCollectionRenderer::$deprecatedProperties property core/lib/Drupal/Core/Asset/JsCollectionRenderer.php
JsCollectionRenderer::$fileUrlGenerator property core/lib/Drupal/Core/Asset/JsCollectionRenderer.php The file URL generator.
JsCollectionRenderer::render function core/lib/Drupal/Core/Asset/JsCollectionRenderer.php This class evaluates the aggregation enabled/disabled condition on a group
by group basis by testing whether an aggregate file has been made for the
group rather than by testing the site-wide aggregation setting. This allows
this class to work…
JsCollectionRenderer::__construct function core/lib/Drupal/Core/Asset/JsCollectionRenderer.php Constructs a JsCollectionRenderer.
JsDeprecationTestController class core/modules/system/tests/modules/js_deprecation_test/src/Controller/JsDeprecationTestController.php Test Controller to show message links.
JsDeprecationTestController.php file core/modules/system/tests/modules/js_deprecation_test/src/Controller/JsDeprecationTestController.php
JsDeprecationTestController::jsDeprecationTest function core/modules/system/tests/modules/js_deprecation_test/src/Controller/JsDeprecationTestController.php Renders page that has js_deprecation_test/deprecation library attached.
JsErrorsTestController class core/modules/system/tests/modules/js_errors_test/src/Controller/JsErrorsTestController.php Test Controller loading js_errors_test/errors_test library.
JsErrorsTestController.php file core/modules/system/tests/modules/js_errors_test/src/Controller/JsErrorsTestController.php
JsErrorsTestController::jsErrorsAsyncTest function core/modules/system/tests/modules/js_errors_test/src/Controller/JsErrorsTestController.php Renders page that has js_errors_test/errors_async_test library attached.
JsErrorsTestController::jsErrorsTest function core/modules/system/tests/modules/js_errors_test/src/Controller/JsErrorsTestController.php Renders page that has js_errors_test/errors_test library attached.
JSInteractionTest class core/tests/Drupal/FunctionalJavascriptTests/Tests/JSInteractionTest.php Tests fault tolerant interactions.
JSInteractionTest.php file core/tests/Drupal/FunctionalJavascriptTests/Tests/JSInteractionTest.php
JSInteractionTest::$defaultTheme property core/tests/Drupal/FunctionalJavascriptTests/Tests/JSInteractionTest.php The theme to install as the default for testing.
JSInteractionTest::$modules property core/tests/Drupal/FunctionalJavascriptTests/Tests/JSInteractionTest.php Modules to install.
JSInteractionTest::testElementsInteraction function core/tests/Drupal/FunctionalJavascriptTests/Tests/JSInteractionTest.php Assert no exception is thrown when elements become interactive.
JSInteractionTest::testFieldValueNotSettable function core/tests/Drupal/FunctionalJavascriptTests/Tests/JSInteractionTest.php Assert an exception is thrown when the field is never enabled.
JSInteractionTest::testNotClickable function core/tests/Drupal/FunctionalJavascriptTests/Tests/JSInteractionTest.php Assert an exception is thrown when the blocker element is never removed.
JSInteractionTestForm class core/modules/system/tests/modules/js_interaction_test/src/Controller/JSInteractionTestForm.php Controller for testing fault tolerant JavaScript interactions.
JSInteractionTestForm.php file core/modules/system/tests/modules/js_interaction_test/src/Controller/JSInteractionTestForm.php
JSInteractionTestForm::buildForm function core/modules/system/tests/modules/js_interaction_test/src/Controller/JSInteractionTestForm.php Creates the test form.
JSInteractionTestForm::getFormId function core/modules/system/tests/modules/js_interaction_test/src/Controller/JSInteractionTestForm.php Returns a unique string identifying the form.
JSInteractionTestForm::submitForm function core/modules/system/tests/modules/js_interaction_test/src/Controller/JSInteractionTestForm.php Form submission handler.
JsMessageTest class core/tests/Drupal/FunctionalJavascriptTests/Core/JsMessageTest.php Tests core/drupal.message library.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.