Search for js
Title | Object type | File name | Summary |
---|---|---|---|
ImageStyleJsonBasicAuthTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
ImageStyleJsonBasicAuthTest::$format | property | core/ |
The format to use in this test. |
ImageStyleJsonBasicAuthTest::$mimeType | property | core/ |
The MIME type that corresponds to $format. |
ImageStyleJsonBasicAuthTest::$modules | property | core/ |
Modules to install. |
ImageStyleJsonCookieTest | class | core/ |
@group rest |
ImageStyleJsonCookieTest.php | file | core/ |
|
ImageStyleJsonCookieTest::$auth | property | core/ |
The authentication mechanism to use in this test. |
ImageStyleJsonCookieTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
ImageStyleJsonCookieTest::$format | property | core/ |
The format to use in this test. |
ImageStyleJsonCookieTest::$mimeType | property | core/ |
The MIME type that corresponds to $format. |
InternalEntitiesTest::jsonapiGet | function | core/ |
Performs an authenticated request and returns the decoded document. |
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. |
JsAssetController | class | core/ |
Defines a controller to serve Javascript aggregates. |
JsAssetController.php | file | core/ |
|
JsAssetController::$assetType | property | core/ |
The asset type. |
JsAssetController::$contentType | property | core/ |
The asset aggregate content type to send as Content-Type header. |
JsAssetController::create | function | core/ |
Instantiates a new instance of the implementing class using autowiring. |
JsAssetController::getGroups | function | core/ |
Get grouped assets. |
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. 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. |
JsCollectionOptimizerLazy | class | core/ |
Optimizes JavaScript assets. |
JsCollectionOptimizerLazy.php | file | core/ |
|
JsCollectionOptimizerLazy::deleteAll | function | core/ |
Deletes all optimized asset collections assets. |
JsCollectionOptimizerLazy::getAll | function | core/ |
Returns all optimized asset collections assets. |
JsCollectionOptimizerLazy::optimize | function | core/ |
Optimizes a collection of assets. |
JsCollectionOptimizerLazy::optimizeGroup | function | core/ |
Optimizes a specific group of assets. |
JsCollectionOptimizerLazy::__construct | function | core/ |
Constructs a JsCollectionOptimizerLazy. |
JsCollectionRenderer | class | core/ |
Renders JavaScript assets. |
JsCollectionRenderer.php | file | core/ |
|
JsCollectionRenderer::$assetQueryString | property | core/ |
The asset query string. |
JsCollectionRenderer::$deprecatedProperties | property | core/ |
|
JsCollectionRenderer::$fileUrlGenerator | property | core/ |
The file URL generator. |
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. |
Pagination
- Previous page
- Page 13
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.