Closed (duplicate)
Project:
Drupal core
Version:
8.0.x-dev
Component:
search.module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
6 Oct 2013 at 00:14 UTC
Updated:
29 Jul 2014 at 23:00 UTC
Follow-up from #1987806: Convert search_view() to a new style controller.
Currently forms using 'redirect' with system URI to redirect to certain page after processing/complete form submission.
e.g. $form_state['redirect'] = $form_state['action'] . '/' . $keys; in SearchForm::submit()
Add an option to use routing system to do this redirect. So instead of url, it might be route_name?
Discuss
Issue patch
Test
NO
May be - Depending on the implementation
https://drupal.org/node/1987806#comment-7936965
Comments
Comment #1
vijaycs85Duplicate of #2105661: Add support for $form_state['redirect_route']