Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 10.3.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
JsAjaxTestForm.php file core/modules/system/tests/modules/js_ajax_test/src/Form/JsAjaxTestForm.php
JsAjaxTestForm::addButton function core/modules/system/tests/modules/js_ajax_test/src/Form/JsAjaxTestForm.php Ajax callback for the "Add button" button.
JsAjaxTestForm::buildForm function core/modules/system/tests/modules/js_ajax_test/src/Form/JsAjaxTestForm.php Form for testing the addition of various types of elements via Ajax.
JsAjaxTestForm::getFormId function core/modules/system/tests/modules/js_ajax_test/src/Form/JsAjaxTestForm.php Returns a unique string identifying the form.
JsAjaxTestForm::submitForm function core/modules/system/tests/modules/js_ajax_test/src/Form/JsAjaxTestForm.php Form submission handler.
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 and if they
are for the same browsers. 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.
JsCollectionRenderer class core/lib/Drupal/Core/Asset/JsCollectionRenderer.php Renders JavaScript assets.
JsCollectionRenderer.php file core/lib/Drupal/Core/Asset/JsCollectionRenderer.php
JsCollectionRenderer::$state property core/lib/Drupal/Core/Asset/JsCollectionRenderer.php The state key/value store.
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.
JsCookieTestController class core/modules/system/tests/modules/js_cookie_test/src/Controller/JsCookieTestController.php Test controller to assert js-cookie library integration.
JsCookieTestController.php file core/modules/system/tests/modules/js_cookie_test/src/Controller/JsCookieTestController.php
JsCookieTestController::jqueryCookieShimTest function core/modules/system/tests/modules/js_cookie_test/src/Controller/JsCookieTestController.php Provides buttons to add and remove cookies using JavaScript.
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.
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 The theme to install as the default for testing.
JsMessageTest::$modules property core/tests/Drupal/FunctionalJavascriptTests/Core/JsMessageTest.php Modules to enable.
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 Test 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.
Json class core/lib/Drupal/Component/Serialization/Json.php Default serialization for JSON.
Json.php file core/lib/Drupal/Component/Serialization/Json.php
Json::decode function core/lib/Drupal/Component/Serialization/Json.php Decodes data from the serialization format.
Json::encode function core/lib/Drupal/Component/Serialization/Json.php Uses HTML-safe strings, with several characters escaped.
Json::getFileExtension function core/lib/Drupal/Component/Serialization/Json.php Gets the file extension for this serialization format.
JSON:API Architecture group core/modules/jsonapi/jsonapi.api.php Overview
The JSON:API module is a Drupal-centric implementation of the JSON:API
specification. By its own definition, the JSON:API specification "is a
specification for how a client should request that resources be fetched or
modified, and how a…
jsonapi.api.php file core/modules/jsonapi/jsonapi.api.php Documentation related to JSON:API.

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