$hasSourceCache
$hasSourceCache :
Loads templates from other loaders.
__construct(array<mixed,\Twig_LoaderInterface> $loaders = array())
| array<mixed,\Twig_LoaderInterface> | $loaders |
addLoader(\Twig_LoaderInterface $loader)
| \Twig_LoaderInterface | $loader |
getSourceContext(string $name) : \Twig_Source
Returns the source context for a given template logical name.
| string | $name | The template logical name |