Twig Components / Methods / controller
Note: You are currently reading the documentation for Bolt 5.0. Looking for the documentation for Bolt 5.2 instead?
controller(controller, attributes = [], query = [])
is a Twig function to return an instance of ControllerReference to
be used with functions
like render() and
render_esi().
{{ controller(controller, attributes = [], query = []) }}
controller
type: string
attributes
(optional)
type: array
default: []
query
(optional)
type: array
default: []
Source: Symfony
Edit this page on GitHub
Couldn't find what you were looking for? We are happy to help you in the forum, on Slack or on Github.
Couldn't find what you were looking for? We are happy to help you in the forum, on Slack or on Github.