class BigPipeController (View source)

Returns responses for BigPipe module routes.

Methods

setNoJsCookie(Request $request)

Sets a BigPipe no-JS cookie, redirects back to the original location.

Details

LocalRedirectResponse setNoJsCookie(Request $request)

Sets a BigPipe no-JS cookie, redirects back to the original location.

Parameters

Request $request

The current request.

Return Value

LocalRedirectResponse

A response that sets the no-JS cookie and redirects back to the original location.

Exceptions

AccessDeniedHttpException
HttpException

See also

BigPipeStrategy