class TemplateFinder implements TemplateFinderInterface

Finds all the templates.

Methods

__construct(KernelInterface $kernel, TemplateNameParserInterface $parser, string $rootDir)

No description

array
findAllTemplates()

Find all the templates in the bundle and in the kernel Resources folder.

Details

__construct(KernelInterface $kernel, TemplateNameParserInterface $parser, string $rootDir)

Parameters

KernelInterface $kernel A KernelInterface instance
TemplateNameParserInterface $parser A TemplateNameParserInterface instance
string $rootDir The directory where global templates can be stored

array findAllTemplates()

Find all the templates in the bundle and in the kernel Resources folder.

Return Value

array An array of templates of type TemplateReferenceInterface