public function AssetInterface::clearFilters

Clears all filters from the current asset.

4 methods override AssetInterface::clearFilters()
AssetCache::clearFilters in drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/AssetCache.php
Clears all filters from the current asset.
AssetCollection::clearFilters in drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/AssetCollection.php
Clears all filters from the current asset.
AssetReference::clearFilters in drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/AssetReference.php
Clears all filters from the current asset.
BaseAsset::clearFilters in drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/BaseAsset.php
Clears all filters from the current asset.

File

drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/AssetInterface.php, line 40

Class

AssetInterface
An asset has a mutable URL and content and can be loaded and dumped.

Namespace

Assetic\Asset

Code

public function clearFilters();