Guest User

Untitled

a guest
Nov 23rd, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. public static function validateForm(array &$form, FormStateInterface $form_state) {
  2. $url = DrupalCoreUrl::fromRoute('test.route');
  3. $form_state->setRedirectUrl($url);
  4. $form_state->setRedirect('rtest.route');
  5. }
Add Comment
Please, Sign In to add comment