public function AssetCollection::getVars

Returns an array of variable names for this asset.

Return value

array

Overrides AssetInterface::getVars

1 call to AssetCollection::getVars()
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 215

Class

AssetCollection
A collection of assets.

Namespace

Assetic\Asset

Code

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