public function AssetCollection::getTargetPath

Returns the URL for the current asset.

Return value

string|null A web URL where the asset will be dumped

Overrides AssetInterface::getTargetPath

File

drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/AssetCollection.php, line 164

Class

AssetCollection
A collection of assets.

Namespace

Assetic\Asset

Code

public function getTargetPath() {
  return $this->targetPath;
}