Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| AssetDumper | class | core/ |
Dumps a CSS or JavaScript asset. |
| AssetDumper.php | file | core/ |
|
| AssetDumper::$fileSystem | property | core/ |
The file system service. |
| AssetDumper::dump | function | core/ |
The file name for the CSS or JS cache file is generated from the hash of the aggregated contents of the files in $data. This forces proxies and browsers to download new CSS when the CSS changes. |
| AssetDumper::dumpToUri | function | core/ |
Dumps an (optimized) asset to persistent storage. |
| AssetDumper::__construct | function | core/ |
AssetDumper constructor. |
| AssetDumperInterface | interface | core/ |
Interface defining a service that dumps an (optimized) asset. |
| AssetDumperInterface.php | file | core/ |
|
| AssetDumperInterface::dump | function | core/ |
Dumps an (optimized) asset to persistent storage. |
| AssetDumperUriInterface | interface | core/ |
Interface defining a service that dumps an asset to a specified location. |
| AssetDumperUriInterface.php | file | core/ |
|
| AssetDumperUriInterface::dumpToUri | function | core/ |
Dumps an (optimized) asset to persistent storage. |
| AssetGroupSetHashTrait | trait | core/ |
Provides a method to generate a normalized hash of a given asset group set. |
| AssetGroupSetHashTrait.php | file | core/ |
|
| AssetGroupSetHashTrait::generateHash | function | core/ |
Generates a hash for an array of asset groups. |
| AssetOptimizationTest | class | core/ |
Tests asset aggregation. |
| AssetOptimizationTest.php | file | core/ |
|
| AssetOptimizationTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| AssetOptimizationTest::$fileAssetsPath | property | core/ |
The file assets path settings value. |
| AssetOptimizationTest::assertAggregate | function | core/ |
Asserts the aggregate header. |
| AssetOptimizationTest::assertInvalidAggregates | function | core/ |
Asserts the aggregate when it is invalid. |
| AssetOptimizationTest::doTestAggregation | function | core/ |
Helper to test aggregate file URLs. |
| AssetOptimizationTest::invalidExclude | function | core/ |
Adds an invalid 'exclude' query parameter with an invalid value. |
| AssetOptimizationTest::invalidInclude | function | core/ |
Replaces the 'include' query parameter with an invalid value. |
| AssetOptimizationTest::omitInclude | function | core/ |
Removes the 'include' query parameter from the given URL. |
| AssetOptimizationTest::omitTheme | function | core/ |
Removes the 'theme' query parameter from the given URL. |
| AssetOptimizationTest::replaceFileNamePrefix | function | core/ |
Replaces the filename prefix in the given URL. |
| AssetOptimizationTest::replaceGroupDelta | function | core/ |
Replaces the delta in the given URL. |
| AssetOptimizationTest::replaceGroupHash | function | core/ |
Replaces the group hash in the given URL. |
| AssetOptimizationTest::requestPage | function | core/ |
Creates a user and requests a page. |
| AssetOptimizationTest::setInvalidLibrary | function | core/ |
Replaces the 'include' entry in the given URL with an invalid value. |
| AssetOptimizationTest::testAssetAggregation | function | core/ |
Tests that asset aggregates are rendered and created on disk. |
| AssetOptimizationUmamiTest | class | core/ |
Tests asset aggregation with the Umami install profile. |
| AssetOptimizationUmamiTest.php | file | core/ |
|
| AssetOptimizationUmamiTest::$profile | property | core/ |
The profile to install as a basis for testing. |
| AssetOptimizationUmamiTest::requestPage | function | core/ |
Creates a user and requests a page. |
| AssetOptimizerInterface | interface | core/ |
Interface defining a service that optimizes an asset. |
| AssetOptimizerInterface.php | file | core/ |
|
| AssetOptimizerInterface::clean | function | core/ |
Removes unwanted content from an asset. |
| AssetOptimizerInterface::optimize | function | core/ |
Optimizes an asset. |
| AssetQueryString | class | core/ |
Stores a cache busting query string service for asset URLs. |
| AssetQueryString.php | file | core/ |
|
| AssetQueryString::get | function | core/ |
Gets the query string value. |
| AssetQueryString::reset | function | core/ |
Resets the cache query string added to all CSS and JavaScript URLs. |
| AssetQueryString::STATE_KEY | constant | core/ |
The key used for state. |
| AssetQueryString::__construct | function | core/ |
Creates a new AssetQueryString instance. |
| AssetQueryStringInterface | interface | core/ |
Provides a cache busting query string service for asset URLs. |
| AssetQueryStringInterface.php | file | core/ |
|
| AssetQueryStringInterface::get | function | core/ |
Gets the query string value. |
| AssetQueryStringInterface::reset | function | core/ |
Resets the cache query string added to all CSS and JavaScript URLs. |
Pagination
- Previous page
- Page 57
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.