Search for set
| Title | Object type | File name | Summary | 
|---|---|---|---|
| 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. | 
| AssetQueryStringTest | class | core/ | 
                                                                                        Tests the asset query string functionality. | 
| AssetQueryStringTest.php | file | core/ | 
                                                                                        |
| AssetQueryStringTest::testResetGet | function | core/ | 
                                                                                        Tests reset get. | 
| AssetResolver | class | core/ | 
                                                                                        The default asset resolver. | 
| AssetResolver.php | file | core/ | 
                                                                                        |
| AssetResolver::$cache | property | core/ | 
                                                                                        The cache backend. | 
| AssetResolver::$languageManager | property | core/ | 
                                                                                        The language manager. | 
| AssetResolver::$libraryDependencyResolver | property | core/ | 
                                                                                        The library dependency resolver. | 
| AssetResolver::$libraryDiscovery | property | core/ | 
                                                                                        The library discovery service. | 
| AssetResolver::$moduleHandler | property | core/ | 
                                                                                        The module handler. | 
| AssetResolver::$themeHandler | property | core/ | 
                                                                                        The theme handler service. | 
| AssetResolver::$themeManager | property | core/ | 
                                                                                        The theme manager. | 
| AssetResolver::filterLibrariesByType | function | core/ | 
                                                                                        Filter libraries that don't contain an asset type. | 
| AssetResolver::getCssAssets | function | core/ | 
                                                                                        Returns the CSS assets for the current response's libraries. | 
| AssetResolver::getJsAssets | function | core/ | 
                                                                                        Returns the JavaScript assets for the current response's libraries. | 
| AssetResolver::getJsSettingsAssets | function | core/ | 
                                                                                        Returns the JavaScript settings assets for this response's libraries. | 
| AssetResolver::getLibrariesToLoad | function | core/ | 
                                                                                        Returns the libraries that need to be loaded. | 
| AssetResolver::sort | function | core/ | 
                                                                                        Sorts CSS and JavaScript resources. | 
| AssetResolver::__construct | function | core/ | 
                                                                                        Constructs a new AssetResolver instance. | 
| AssetResolverInterface | interface | core/ | 
                                                                                        Resolves asset libraries into concrete CSS and JavaScript assets. | 
| AssetResolverInterface.php | file | core/ | 
                                                                                        |
| AssetResolverInterface::getCssAssets | function | core/ | 
                                                                                        Returns the CSS assets for the current response's libraries. | 
Pagination
- Previous page
 - Page 6
 - Next page
 
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.