public function AssetInterface::getFilters

Returns an array of filters currently applied.

Return value

array An array of filters

4 methods override AssetInterface::getFilters()
AssetCache::getFilters in drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/AssetCache.php
Returns an array of filters currently applied.
AssetCollection::getFilters in drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/AssetCollection.php
Returns an array of filters currently applied.
AssetReference::getFilters in drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/AssetReference.php
Returns an array of filters currently applied.
BaseAsset::getFilters in drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/BaseAsset.php
Returns an array of filters currently applied.

File

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

Class

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

Namespace

Assetic\Asset

Code

public function getFilters();