-
Notifications
You must be signed in to change notification settings - Fork 82
Twig Components #2739
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Twig Components #2739
Changes from 6 commits
c9141eb
2b553bb
4f2a5af
f291c0c
b422a92
bb63e12
bef9903
6c43038
32c8ab4
212fdda
c0efad0
ba59074
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,4 +10,4 @@ services: | |
arguments: | ||
$template: '@@ibexadesign/account/login/oauth2_login.html.twig' | ||
tags: | ||
- { name: ibexa.admin_ui.component, group: login-form-after } | ||
- { name: ibexa.twig.component, group: login-form-after } | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
--- | ||
Check warning on line 1 in docs/api/event_reference/twig_component_events.md
|
||
description: Events that are triggered when rendering Twig Components. | ||
page_type: reference | ||
month_change: false | ||
--- | ||
|
||
# Twig Components events | ||
|
||
Use the events to hook into the rendering process of [Twig Components](components.md). | ||
|
||
## 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 |
Uh oh!
There was an error while loading. Please reload this page.