interface ResourceInterface

A resource is something formulae can be loaded from.

@author Kris Wallsmith <kris.wallsmith@gmail.com>

Hierarchy

Expanded class hierarchy of ResourceInterface

All classes that implement ResourceInterface

6 files declare their use of ResourceInterface

File

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

Namespace

Assetic\Factory\Resource
View source

Members

Namesort descending Modifiers Type Description Overrides
ResourceInterface::getContent public function Returns the content of the resource. 4
ResourceInterface::isFresh public function Checks if a timestamp represents the latest resource. 4
ResourceInterface::__toString public function Returns a unique string for the current resource. 4