Skip to content

Instantly share code, notes, and snippets.

@webchick
Created November 14, 2013 04:03
Show Gist options
  • Save webchick/7461160 to your computer and use it in GitHub Desktop.
Save webchick/7461160 to your computer and use it in GitHub Desktop.
/**
* Provides a base class for single- and multistep view forms. It only
* dispatches logic to the form for the current step.
* The form is always assumed to be multistep, even if it has only one
* step (which by default is \Drupal\views\Form\ViewsFormMainForm). That way it
* is actually possible for modules to have a multistep form if they need to.
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment