Magento 2
How is Magento\Framework\View\TemplateEnginePool implemented and used?
Development
phtml
,
template
,
template-engine
dmitrii_fediuk
(Dmitrii Fediuk)
May 6, 2017, 11:31am
1
Context:
How are the «
*.phtml
» templates rendered?
The built-in template engines
.
Implementation
The single usage: Magento\Framework\View\Element\Template\Context
Magento\Framework\View\Element\Template\Context::getEnginePool()
The built-in template engines