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.
Page Twig functions¶
ibexa_append_cacheable_query_params()¶
Get the query parameters of a page block as configured in cacheable_query_params.
If the block type has no configured query parameters, an empty array is returned.
1 2 3 4 5 6 | |
ibexa_page_layout()¶
Get the layout template of a landing page.
1 | |
It can be used to render a page field.
For an example, you can look at how the default vendor/ibexa/fieldtype-page/src/bundle/Resources/views/fields/ibexa_landing_page.html.twig uses it.