interface Twig_LoaderInterface

Interface all loaders must implement.

@author Fabien Potencier <fabien@symfony.com>

Hierarchy

Expanded class hierarchy of Twig_LoaderInterface

All classes that implement Twig_LoaderInterface

File

drupal/core/vendor/twig/twig/lib/Twig/LoaderInterface.php, line 17

View source

Members

Namesort descending Modifiers Type Description Overrides
Twig_LoaderInterface::getCacheKey public function Gets the cache key to use for the cache for a given template name. 4
Twig_LoaderInterface::getSource public function Gets the source code of a template, given its name. 4
Twig_LoaderInterface::isFresh public function Returns true if the template is still fresh. 4