This event is fired when a template instance for a panel element shall be created.
__construct(\ContaoCommunityAlliance\DcGeneral\EnvironmentInterface $environment, \ContaoCommunityAlliance\DcGeneral\Panel\PanelElementInterface $element)
\ContaoCommunityAlliance\DcGeneral\Panel\PanelElementInterface
The element for which a template shall get retrieved for.
getElement() : \ContaoCommunityAlliance\DcGeneral\Panel\PanelElementInterface
getTemplate() : \ContaoCommunityAlliance\DcGeneral\View\ViewTemplateInterface
setTemplate(\ContaoCommunityAlliance\DcGeneral\View\ViewTemplateInterface $template) : \ContaoCommunityAlliance\DcGeneral\Contao\View\Contao2BackendView\Event\GetPanelElementTemplateEvent
\ContaoCommunityAlliance\DcGeneral\View\ViewTemplateInterface
The template instance to store.
$element : \ContaoCommunityAlliance\DcGeneral\Panel\PanelElementInterface
NAME