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 10.3.x for %s
  5. Search 11.x for %s
  6. Other projects
Title Object type File name Summary
JsCollectionOptimizerLazy.php file core/lib/Drupal/Core/Asset/JsCollectionOptimizerLazy.php
JsCollectionOptimizerLazy::deleteAll function core/lib/Drupal/Core/Asset/JsCollectionOptimizerLazy.php
JsCollectionOptimizerLazy::optimize function core/lib/Drupal/Core/Asset/JsCollectionOptimizerLazy.php
JsCollectionOptimizerLazy::optimizeGroup function core/lib/Drupal/Core/Asset/JsCollectionOptimizerLazy.php
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::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.
JsDeprecationTestHooks class core/modules/system/tests/modules/js_deprecation_test/src/Hook/JsDeprecationTestHooks.php Hook implementations for js_deprecation_test.
JsDeprecationTestHooks.php file core/modules/system/tests/modules/js_deprecation_test/src/Hook/JsDeprecationTestHooks.php
JsDeprecationTestHooks::jsSettingsAlter function core/modules/system/tests/modules/js_deprecation_test/src/Hook/JsDeprecationTestHooks.php Implements hook_js_settings_alter().
JsDisplaceThemeHooks class core/modules/system/tests/modules/js_displace/src/Hook/JsDisplaceThemeHooks.php Theme hook implementations for js_displace module.
JsDisplaceThemeHooks.php file core/modules/system/tests/modules/js_displace/src/Hook/JsDisplaceThemeHooks.php
JsDisplaceThemeHooks::preprocessHtml function core/modules/system/tests/modules/js_displace/src/Hook/JsDisplaceThemeHooks.php Implements hook_preprocess_HOOK().
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
JSInteractionTest::$modules property core/tests/Drupal/FunctionalJavascriptTests/Tests/JSInteractionTest.php
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
JSInteractionTestForm::submitForm function core/modules/system/tests/modules/js_interaction_test/src/Controller/JSInteractionTestForm.php
JsMessageTest class core/tests/Drupal/FunctionalJavascriptTests/Core/JsMessageTest.php Tests core/drupal.message library.
JsMessageTest.php file core/tests/Drupal/FunctionalJavascriptTests/Core/JsMessageTest.php
JsMessageTest::$defaultTheme property core/tests/Drupal/FunctionalJavascriptTests/Core/JsMessageTest.php
JsMessageTest::$modules property core/tests/Drupal/FunctionalJavascriptTests/Core/JsMessageTest.php
JsMessageTest::assertCurrentMessages function core/tests/Drupal/FunctionalJavascriptTests/Core/JsMessageTest.php Asserts that currently shown messages match expected messages.
JsMessageTest::setUp function core/tests/Drupal/FunctionalJavascriptTests/Core/JsMessageTest.php
JsMessageTest::testAddRemoveMessages function core/tests/Drupal/FunctionalJavascriptTests/Core/JsMessageTest.php Tests click on links to show messages and remove messages.
JSMessageTestController class core/modules/system/tests/modules/js_message_test/src/Controller/JSMessageTestController.php Test Controller to show message links.
JSMessageTestController.php file core/modules/system/tests/modules/js_message_test/src/Controller/JSMessageTestController.php
JSMessageTestController::getMessagesSelectors function core/modules/system/tests/modules/js_message_test/src/Controller/JSMessageTestController.php Gets the test messages selectors.
JSMessageTestController::getTypes function core/modules/system/tests/modules/js_message_test/src/Controller/JSMessageTestController.php Gets the test types.
JSMessageTestController::messageLinks function core/modules/system/tests/modules/js_message_test/src/Controller/JSMessageTestController.php Displays links to show messages via JavaScript.
JSMessageTestController::messageLinksWithSystemMessages function core/modules/system/tests/modules/js_message_test/src/Controller/JSMessageTestController.php Displays links to show messages via JavaScript with messages from backend.
Json class core/lib/Drupal/Component/Serialization/Json.php Default serialization for JSON.
json-schema-draft-04-meta-schema.json.LICENSE.txt file core/modules/serialization/src/json-schema-draft-04-meta-schema.json.LICENSE.txt Copyright 2023 JSON Schema Specification Authors

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

1. Redistributions of source code must retain the above…
Json.php file core/lib/Drupal/Component/Serialization/Json.php

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