function AssetCollectionOptimizerInterface::getAll

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Asset/AssetCollectionOptimizerInterface.php \Drupal\Core\Asset\AssetCollectionOptimizerInterface::getAll()
  2. 8.9.x 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.

Deprecated

in drupal:10.2.0 and is removed from drupal:11.0.0. There is no replacement.

See also

https://www.drupal.org/node/3301744

4 methods override AssetCollectionOptimizerInterface::getAll()
CssCollectionOptimizer::getAll in core/lib/Drupal/Core/Asset/CssCollectionOptimizer.php
Returns all optimized asset collections assets.
CssCollectionOptimizerLazy::getAll in core/lib/Drupal/Core/Asset/CssCollectionOptimizerLazy.php
Returns all optimized asset collections assets.
JsCollectionOptimizer::getAll in core/lib/Drupal/Core/Asset/JsCollectionOptimizer.php
Returns all optimized asset collections assets.
JsCollectionOptimizerLazy::getAll in core/lib/Drupal/Core/Asset/JsCollectionOptimizerLazy.php
Returns all optimized asset collections assets.

File

core/lib/Drupal/Core/Asset/AssetCollectionOptimizerInterface.php, line 34

Class

AssetCollectionOptimizerInterface
Interface defining a service that optimizes a collection of assets.

Namespace

Drupal\Core\Asset

Code

public function getAll();

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.