TemplateNameParser
extends TemplateNameParser
in package
TemplateNameParser converts template names from the short notation "bundle:section:template.format.engine" to TemplateReferenceInterface instances.
Tags
Table of Contents
- $cache : mixed
- $kernel : mixed
- __construct() : mixed
- parse() : mixed
- {@inheritdoc}
Properties
$cache
protected
mixed
$cache
= []
$kernel
protected
mixed
$kernel
Methods
__construct()
public
__construct(KernelInterface $kernel) : mixed
Parameters
- $kernel : KernelInterface
Return values
mixed —parse()
{@inheritdoc}
public
parse(mixed $name) : mixed
Parameters
- $name : mixed