public function AssetInterface::getVars

Returns an array of variable names for this asset.

Return value

array

4 methods override AssetInterface::getVars()
AssetCache::getVars in drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/AssetCache.php
Returns an array of variable names for this asset.
AssetCollection::getVars in drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/AssetCollection.php
Returns an array of variable names for this asset.
AssetReference::getVars in drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/AssetReference.php
Returns an array of variable names for this asset.
BaseAsset::getVars in drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/BaseAsset.php
Returns an array of variable names for this asset.

File

drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/AssetInterface.php, line 141

Class

AssetInterface
An asset has a mutable URL and content and can be loaded and dumped.

Namespace

Assetic\Asset

Code

public function getVars();