Returns an array of variable names for this asset.
Return value
array
Overrides AssetInterface::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;
}