This documentation is for a version that has reached its End Of Life. Such versions are no longer supported and don't receive security updates. Consider updating to a newer version.
Twig Component functions¶
ibexa_twig_component_group
¶
The ibexa_twig_component_group
function renders the specified Twig Component group.
You can pass optional parameters as the second argument. They are passed to the \Ibexa\Contracts\TwigComponents\Renderer\RendererInterface
service and then to the rendered component.
Examples¶
1 2 3 |
|
ibexa_twig_component
¶
The ibexa_twig_component
function renders a single Twig Component from the specified group.
You can pass optional parameters as the third argument. They are passed to the \Ibexa\Contracts\TwigComponents\Renderer\RendererInterface
service and then to the rendered component.
Examples¶
1 2 3 |
|