Skip to content
For AI agents: the complete documentation index is available at llms.txt; this page is also available as Markdown at index.md.

Twig Components events

Use the events to hook into the rendering process of Twig Components.

Twig Component rendering

Event Dispatched by Description
RenderGroupEvent \Ibexa\TwigComponents\Component\Renderer\DefaultRenderer::renderGroup() Dispatched before a Component group is rendered
RenderSingleEvent \Ibexa\TwigComponents\Component\Renderer\DefaultRenderer::renderSingle() Dispatched before a single Component is rendered