public function BaseAsset::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/BaseAsset.php, line 133

Class

BaseAsset
A base abstract asset.

Namespace

Assetic\Asset

Code

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