14 calls to AssetReference::callAsset()

AssetReference::clearFilters in drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/AssetReference.php
Clears all filters from the current asset.
AssetReference::dump in drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/AssetReference.php
Applies dump filters and returns the asset as a string.
AssetReference::getContent in drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/AssetReference.php
Returns the loaded content of the current asset.
AssetReference::getFilters in drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/AssetReference.php
Returns an array of filters currently applied.
AssetReference::getLastModified in drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/AssetReference.php
Returns the time the current asset was last modified.
AssetReference::getSourcePath in drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/AssetReference.php
Returns the relative path for the source asset.
AssetReference::getSourceRoot in drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/AssetReference.php
Returns an absolute path or URL to the source asset's root directory.
AssetReference::getTargetPath in drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/AssetReference.php
Returns the URL for the current asset.
AssetReference::getValues in drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/AssetReference.php
Returns the current values 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.
AssetReference::load in drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/AssetReference.php
Loads the asset into memory and applies load filters.
AssetReference::setContent in drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/AssetReference.php
Sets the content of the current asset.
AssetReference::setTargetPath in drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/AssetReference.php
Sets the URL for the current asset.
AssetReference::setValues in drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/AssetReference.php
Sets the values for the asset's variables.