public function AssetInterface::getValues

Returns the current values for this asset.

Return value

array an array of strings

4 methods override AssetInterface::getValues()
AssetCache::getValues in drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/AssetCache.php
Returns the current values for this asset.
AssetCollection::getValues in drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/AssetCollection.php
Returns the current values for this asset.
AssetReference::getValues in drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/AssetReference.php
Returns the current values for this asset.
BaseAsset::getValues in drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/BaseAsset.php
Returns the current values for this asset.

File

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

Class

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

Namespace

Assetic\Asset

Code

public function getValues();