public function AssetReference::getVars

Returns an array of variable names for this asset.

Return value

array

Overrides AssetInterface::getVars

File

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

Class

AssetReference
A reference to an asset in the asset manager.

Namespace

Assetic\Asset

Code

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