class FilesystemLoader extends Twig_Loader_Filesystem
FilesystemLoader extends the default Twig filesystem loader to work with the Symfony paths and template references.
Methods
__construct(FileLocatorInterface $locator, TemplateNameParserInterface $parser) Constructor. | ||
exists($name) {@inheritdoc} |
Details
__construct(FileLocatorInterface $locator, TemplateNameParserInterface $parser)
Constructor.
exists($name)
{@inheritdoc}
The name parameter might also be a TemplateReferenceInterface.
Please login to continue.