Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| JsAjaxTestForm.php | file | core/ |
|
| JsAjaxTestForm::addButton | function | core/ |
Ajax callback for the "Add button" button. |
| JsAjaxTestForm::buildForm | function | core/ |
Form for testing the addition of various types of elements via Ajax. |
| JsAjaxTestForm::getFormId | function | core/ |
Returns a unique string identifying the form. |
| JsAjaxTestForm::submitForm | function | core/ |
Form submission handler. |
| JsCollectionGrouper | class | core/ |
Groups JavaScript assets. |
| JsCollectionGrouper.php | file | core/ |
|
| JsCollectionGrouper::group | function | core/ |
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/ |
Optimizes JavaScript assets. |
| JsCollectionOptimizer.php | file | core/ |
|
| JsCollectionOptimizer::$dumper | property | core/ |
An asset dumper. |
| JsCollectionOptimizer::$fileSystem | property | core/ |
The file system service. |
| JsCollectionOptimizer::$grouper | property | core/ |
A JS asset grouper. |
| JsCollectionOptimizer::$optimizer | property | core/ |
A JS asset optimizer. |
| JsCollectionOptimizer::$state | property | core/ |
The state key/value store. |
| JsCollectionOptimizer::deleteAll | function | core/ |
Deletes all optimized asset collections assets. |
| JsCollectionOptimizer::generateHash | function | core/ |
Generate a hash for a given group of JavaScript assets. |
| JsCollectionOptimizer::getAll | function | core/ |
Returns all optimized asset collections assets. |
| JsCollectionOptimizer::optimize | function | core/ |
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/ |
Constructs a JsCollectionOptimizer. |
| JsCollectionRenderer | class | core/ |
Renders JavaScript assets. |
| JsCollectionRenderer.php | file | core/ |
|
| JsCollectionRenderer::$state | property | core/ |
The state key/value store. |
| JsCollectionRenderer::render | function | core/ |
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/ |
Constructs a JsCollectionRenderer. |
| JsCookieTestController | class | core/ |
Test controller to assert js-cookie library integration. |
| JsCookieTestController.php | file | core/ |
|
| JsCookieTestController::jqueryCookieShimTest | function | core/ |
Provides buttons to add and remove cookies using JavaScript. |
| JsDeprecationTestController | class | core/ |
Test Controller to show message links. |
| JsDeprecationTestController.php | file | core/ |
|
| JsDeprecationTestController::jsDeprecationTest | function | core/ |
Renders page that has js_deprecation_test/deprecation library attached. |
| JsMessageTest | class | core/ |
Tests core/drupal.message library. |
| JsMessageTest.php | file | core/ |
|
| JsMessageTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| JsMessageTest::$modules | property | core/ |
Modules to enable. |
| JsMessageTest::assertCurrentMessages | function | core/ |
Asserts that currently shown messages match expected messages. |
| JsMessageTest::setUp | function | core/ |
|
| JsMessageTest::testAddRemoveMessages | function | core/ |
Test click on links to show messages and remove messages. |
| JSMessageTestController | class | core/ |
Test Controller to show message links. |
| JSMessageTestController.php | file | core/ |
|
| JSMessageTestController::getMessagesSelectors | function | core/ |
Gets the test messages selectors. |
| JSMessageTestController::getTypes | function | core/ |
Gets the test types. |
| JSMessageTestController::messageLinks | function | core/ |
Displays links to show messages via Javascript. |
| Json | class | core/ |
Default serialization for JSON. |
| Json.php | file | core/ |
|
| Json::decode | function | core/ |
Decodes data from the serialization format. |
| Json::encode | function | core/ |
Uses HTML-safe strings, with several characters escaped. |
| Json::getFileExtension | function | core/ |
Gets the file extension for this serialization format. |
| JSON:API Architecture | group | core/ |
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/ |
Documentation related to JSON:API. |
Pagination
- Previous page
- Page 672
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.