function AssetCollectionOptimizerInterface::deleteAll

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

Deletes all optimized asset collections assets.

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

File

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

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.