Skip to content

Instantly share code, notes, and snippets.

@woutersf
Last active January 5, 2017 09:01
Show Gist options
  • Select an option

  • Save woutersf/808fe0b4fb2b43ed0b02a50c5bf9b161 to your computer and use it in GitHub Desktop.

Select an option

Save woutersf/808fe0b4fb2b43ed0b02a50c5bf9b161 to your computer and use it in GitHub Desktop.
Drupal8 goto
<?php
//The submit handler function:
public function reImportAllFiles(array &$form, FormStateInterface $form_state){
$form_state->setRedirect('vrt_dram.batch', array());
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment