public function ResourceInterface::getContent

Returns the content of the resource.

Return value

string The content

4 methods override ResourceInterface::getContent()
CoalescingDirectoryResource::getContent in drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Factory/Resource/CoalescingDirectoryResource.php
Returns the content of the resource.
DirectoryResource::getContent in drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Factory/Resource/DirectoryResource.php
Returns the combined content of all inner resources.
FileResource::getContent in drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Factory/Resource/FileResource.php
Returns the content of the resource.
TwigResource::getContent in drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/TwigResource.php
Returns the content of the resource.

File

drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Factory/Resource/ResourceInterface.php, line 35

Class

ResourceInterface
A resource is something formulae can be loaded from.

Namespace

Assetic\Factory\Resource

Code

public function getContent();