public function AssetCollection::getVars

Returns an array of variable names for this asset.

Return value

array

Overrides AssetInterface::getVars

1 call to AssetCollection::getVars()

File

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

Class

AssetCollection
A collection of assets.

Namespace

Assetic\Asset

Code

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