public function AssetCache::clearFilters

Clears all filters from the current asset.

Overrides AssetInterface::clearFilters

File

drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/AssetCache.php, line 44

Class

AssetCache
Caches an asset to avoid the cost of loading and dumping.

Namespace

Assetic\Asset

Code

public function clearFilters() {
  $this->asset
    ->clearFilters();
}