57class_alias(
'Twig_LoaderInterface',
'Twig\Loader\LoaderInterface',
false);
An exception for terminatinating execution or to throw for unit testing.
Interface all loaders must implement.
isFresh($name, $time)
Returns true if the template is still fresh.
getCacheKey($name)
Gets the cache key to use for the cache for a given template name.
getSource($name)
Gets the source code of a template, given its name.