You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Renders a Controller and returns the Response content.
106
-
*
107
-
* Note that this method generates an esi:include tag only when both the standalone
108
-
* option is set to true and the request has ESI capability (@see Symfony\Component\HttpKernel\Cache\ESI).
109
-
*
110
-
* Available options:
111
-
*
112
-
* * attributes: An array of request attributes (only when the first argument is a controller)
113
-
* * query: An array of request query parameters (only when the first argument is a controller)
114
-
* * ignore_errors: true to return an empty string in case of an error
115
-
* * alt: an alternative controller to execute in case of an error (can be a controller, a URI, or an array with the controller, the attributes, and the query arguments)
116
-
* * standalone: whether to generate an esi:include tag or not when ESI is supported
117
-
* * comment: a comment to add when returning an esi:include tag
118
-
*
119
-
* @param string $controller A controller name to execute (a string like BlogBundle:Post:index), or a relative URI
* Renders a Controller and returns the Response content.
70
+
*
71
+
* Note that this method generates an esi:include tag only when both the standalone
72
+
* option is set to true and the request has ESI capability (@see Symfony\Component\HttpKernel\Cache\ESI).
73
+
*
74
+
* Available options:
75
+
*
76
+
* * attributes: An array of request attributes (only when the first argument is a controller)
77
+
* * query: An array of request query parameters (only when the first argument is a controller)
78
+
* * ignore_errors: true to return an empty string in case of an error
79
+
* * alt: an alternative controller to execute in case of an error (can be a controller, a URI, or an array with the controller, the attributes, and the query arguments)
80
+
* * standalone: whether to generate an esi:include tag or not when ESI is supported
81
+
* * comment: a comment to add when returning an esi:include tag
82
+
*
83
+
* @param string $controller A controller name to execute (a string like BlogBundle:Post:index), or a relative URI
0 commit comments