public function AssetCollection::getValues

Returns the current values for this asset.

Return value

array an array of strings

Overrides AssetInterface::getValues

1 call to AssetCollection::getValues()
GlobAsset::initialize in drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/GlobAsset.php
Initializes the collection based on the glob(s) passed in.

File

drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/AssetCollection.php, line 229

Class

AssetCollection
A collection of assets.

Namespace

Assetic\Asset

Code

public function getValues() {
  return $this->values;
}