Returns the loaded content of the current asset.
Return value
string The content
Overrides AssetInterface::getContent
File
- drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/BaseAsset.php, line 113
Class
- BaseAsset
- A base abstract asset.
Namespace
Assetic\Asset
Code
public function getContent() {
return $this->content;
}