PluginLayoutEventContainer
class PluginLayoutEventContainer
Class PluginLayoutEventContainer is injected as empire.layoute.event_container. This container is connecting LayoutManager manager to other services
Traits
Class LayoutManagementEventContainerTrait
Methods
array
getLayoutsForRoute(string $param)
Return all layouts for selected page
bool|mixed
getEntityParamFromCache(string $key)
Find cached entity params
Response|bool
getRouteContent(string $path)
Get route content
__construct(ContainerInterface $container)
No description
changeTemplateData(array $data)
Change template data
Theme|null
getDbTheme(string $theme)
Find theme by name
Details
in LayoutManagementEventContainerTrait at line 35
array
getLayoutsForRoute(string $param)
Return all layouts for selected page
in LayoutManagementEventContainerTrait at line 125
bool|mixed
getEntityParamFromCache(string $key)
Find cached entity params
in LayoutManagementEventContainerTrait at line 138
Response|bool
getRouteContent(string $path)
Get route content
at line 28
__construct(ContainerInterface $container)
at line 37
changeTemplateData(array $data)
Change template data
at line 50
Theme|null
getDbTheme(string $theme)
Find theme by name