Created
November 14, 2013 04:03
-
-
Save webchick/7461160 to your computer and use it in GitHub Desktop.
This file contains 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
/** | |
* 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