public function AssetInterface::getContent

Returns the loaded content of the current asset.

Return value

string The content

4 methods override AssetInterface::getContent()

File

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

Class

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

Namespace

Assetic\Asset

Code

public function getContent();