class UserLoggedOutMiddleware (View source)

Redirect logged in users to a specific URL.

Methods

__construct(ResponseService $response_service)

Constructor.

handle(RequestInterface $request, Closure $next, $url = '')

{@inheritDoc}

Details

__construct(ResponseService $response_service)

Constructor.

Parameters

ResponseService $response_service

handle(RequestInterface $request, Closure $next, $url = '')

{@inheritDoc}

Parameters

RequestInterface $request
Closure $next
$url