public function AssetReference::getValues

Returns the current values for this asset.

Return value

array an array of strings

Overrides AssetInterface::getValues

File

drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/AssetReference.php, line 106

Class

AssetReference
A reference to an asset in the asset manager.

Namespace

Assetic\Asset

Code

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