FilesystemLoader
class FilesystemLoader extends FilesystemLoader
FilesystemLoader extends the default Twig filesystem loader to work with the Symfony paths and template references.
Methods
__construct(FileLocatorInterface $locator, TemplateNameParserInterface $parser, string $rootPath = null) | ||
exists($name) {@inheritdoc} |
Details
__construct(FileLocatorInterface $locator, TemplateNameParserInterface $parser, string $rootPath = null)
Parameters
FileLocatorInterface | $locator | |
TemplateNameParserInterface | $parser | |
string | $rootPath |
exists($name)
{@inheritdoc}
The name parameter might also be a TemplateReferenceInterface.
Parameters
$name |
© 2004–2017 Fabien Potencier
Licensed under the MIT License.
http://api.symfony.com/4.0/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.html