Last active
January 5, 2017 09:01
-
-
Save woutersf/808fe0b4fb2b43ed0b02a50c5bf9b161 to your computer and use it in GitHub Desktop.
Drupal8 goto
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?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