PluginConfigTemplate
class PluginConfigTemplate implements PrimaryKeyInterface
Properties
| protected string|null | $layout | Layout name in which template will be loaded | |
| protected string | $twig | Twig template name | |
| protected string | $page | Page on which template will be loaded | |
| protected string|null | $name | Template name | |
| protected string|null | $image | Template image | |
| protected bool | $active | Is template active | |
| protected int | $priority | Template priority inside specific plugin | |
| protected PluginConfig | $plugin | Associated plugin config |
Methods
integer
getId()
No description
setId(int $id)
No description
null|string
getLayout()
No description
setLayout(null|string $layout)
No description
string
getTwig()
No description
setTwig(string $twig)
No description
string
getPage()
No description
setPage(string $page)
No description
null|string
getName()
No description
setName(null|string $name)
No description
null|string
getImage()
No description
setImage(null|string $image)
No description
bool
isActive()
No description
setActive(bool $active)
No description
int
getPriority()
No description
setPriority(int $priority)
No description
getPlugin()
No description