public function AssetCache::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/AssetCache.php, line 110

Class

AssetCache
Caches an asset to avoid the cost of loading and dumping.

Namespace

Assetic\Asset

Code

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