function AssetCollectionOptimizerInterface::deleteAll

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Asset/AssetCollectionOptimizerInterface.php \Drupal\Core\Asset\AssetCollectionOptimizerInterface::deleteAll()
  2. 8.9.x core/lib/Drupal/Core/Asset/AssetCollectionOptimizerInterface.php \Drupal\Core\Asset\AssetCollectionOptimizerInterface::deleteAll()
  3. 10 core/lib/Drupal/Core/Asset/AssetCollectionOptimizerInterface.php \Drupal\Core\Asset\AssetCollectionOptimizerInterface::deleteAll()

Deletes all optimized asset collections assets.

2 methods override AssetCollectionOptimizerInterface::deleteAll()
CssCollectionOptimizerLazy::deleteAll in core/lib/Drupal/Core/Asset/CssCollectionOptimizerLazy.php
Deletes all optimized asset collections assets.
JsCollectionOptimizerLazy::deleteAll in core/lib/Drupal/Core/Asset/JsCollectionOptimizerLazy.php
Deletes all optimized asset collections assets.

File

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

Class

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

Namespace

Drupal\Core\Asset

Code

public function deleteAll();

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