Drupal: HTTP redirection from anywhere
The drupal_goto() function was removed in Drupal 8, and this is all good!In the change record there's an example, of how to do a redirection outside the context of a controller:
Redirecting when not in context of a controller
$response = new Redir...
blog.birk-jensen.dk5 min read