function JsCollectionOptimizerLazy::getAll
Overrides AssetCollectionOptimizerInterface::getAll
File
-
core/
lib/ Drupal/ Core/ Asset/ JsCollectionOptimizerLazy.php, line 148
Class
- JsCollectionOptimizerLazy
- Optimizes JavaScript assets.
Namespace
Drupal\Core\AssetCode
public function getAll() {
@trigger_error(__METHOD__ . ' is deprecated in drupal:10.2.0 and is removed from drupal:11.0.0. There is no replacement. See https://www.drupal.org/node/3301744', E_USER_DEPRECATED);
return [];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.