public function AssetInterface::setValues

Sets the values for the asset's variables.

Parameters

array $values:

4 methods override AssetInterface::setValues()
AssetCache::setValues in drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/AssetCache.php
Sets the values for the asset's variables.
AssetCollection::setValues in drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/AssetCollection.php
Sets the values for the asset's variables.
AssetReference::setValues in drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/AssetReference.php
Sets the values for the asset's variables.
BaseAsset::setValues in drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/BaseAsset.php
Sets the values for the asset's variables.

File

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

Class

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

Namespace

Assetic\Asset

Code

public function setValues(array $values);