If my controller action ends with this line;

return $this->redirect()->toRoute('items');

can i pass an extra parameter to the view? ie, one extra variable.

I want to pass the result status of the controller action, redirecting to
user to another page but with an additional info pane.

Reply via email to