public function AssetCollectionOptimizerInterface::getAll in Zircon Profile 8.0
Same name and namespace in other branches
- 8 core/lib/Drupal/Core/Asset/AssetCollectionOptimizerInterface.php \Drupal\Core\Asset\AssetCollectionOptimizerInterface::getAll()
Returns all optimized asset collections assets.
Return value
string[] URIs for all optimized asset collection assets.
2 methods override AssetCollectionOptimizerInterface::getAll()
- CssCollectionOptimizer::getAll in core/
lib/ Drupal/ Core/ Asset/ CssCollectionOptimizer.php - Returns all optimized asset collections assets.
- JsCollectionOptimizer::getAll in core/
lib/ Drupal/ Core/ Asset/ JsCollectionOptimizer.php - Returns all optimized asset collections assets.
File
- core/
lib/ Drupal/ Core/ Asset/ AssetCollectionOptimizerInterface.php, line 31 - Contains \Drupal\Core\Asset\AssetCollectionOptimizerInterface.
Class
- AssetCollectionOptimizerInterface
- Interface defining a service that optimizes a collection of assets.
Namespace
Drupal\Core\AssetCode
public function getAll();