Search for %s
- Search 7.x for %s
- Search 8.9.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 |
|---|---|---|---|
| js-interaction-test-blocker-element.css | file | core/ |
.blocker-element { /* Position the box over the target. */ position: relative; z-index: 1; top: -30px; left: -5px; /* Size the box to cover the target. */ width: 500px; height: 40px; opacity: 0.5; /* Make the blocker element… |
| js.libraries.yml | file | core/ |
core/tests/Drupal/Tests/Core/Asset/library_test_files/js.libraries.yml |
| js.module.css | file | core/ |
Utility classes to assist with JavaScript functionality. |
| js.module.css | file | core/ |
Utility classes to assist with Javascript functionality. |
| js.module.css | file | core/ |
Utility classes to assist with JavaScript functionality. |
| JsAjaxTestCommand | class | core/ |
Test Ajax command. |
| JsAjaxTestCommand.php | file | core/ |
|
| JsAjaxTestCommand::render | function | core/ |
|
| JsAjaxTestForm | class | core/ |
Test form for js_ajax_test. |
| 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/ |
|
| JsAjaxTestForm::submitForm | function | core/ |
|
| 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/ |
|
| JsCollectionOptimizer::generateHash | function | core/ |
Generate a hash for a given group of JavaScript assets. |
| JsCollectionOptimizer::getAll | function | core/ |
|
| 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::$fileUrlGenerator | property | core/ |
The file URL generator. |
| 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. |
| JsErrorsTestController | class | core/ |
Test Controller loading js_errors_test/errors_test library. |
| JsErrorsTestController.php | file | core/ |
|
| JsErrorsTestController::jsErrorsTest | function | core/ |
Renders page that has js_errors_test/errors_test library attached. |
| JSInteractionTest | class | core/ |
Tests fault tolerant interactions. |
| JSInteractionTest.php | file | core/ |
|
| JSInteractionTest::$defaultTheme | property | core/ |
|
| JSInteractionTest::$modules | property | core/ |
|
| JSInteractionTest::testElementsInteraction | function | core/ |
Assert no exception is thrown when elements become interactive. |
| JSInteractionTest::testFieldValueNotSettable | function | core/ |
Assert an exception is thrown when the field is never enabled. |
Pagination
- Previous page
- Page 686
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.