function WizardFactoryInterface::getFormState
Same name in other branches
- 8.x-3.x src/Wizard/WizardFactoryInterface.php \Drupal\ctools\Wizard\WizardFactoryInterface::getFormState()
Get the wizard form state.
Parameters
\Drupal\ctools\Wizard\FormWizardInterface $wizard: The form wizard.
array $parameters: The array of parameters specific to this wizard.
bool $ajax: Use or not ajax.
Return value
\Drupal\Core\Form\FormState Return the state form.
1 method overrides WizardFactoryInterface::getFormState()
- WizardFactory::getFormState in src/
Wizard/ WizardFactory.php - Get the wizard form state.
File
-
src/
Wizard/ WizardFactoryInterface.php, line 51
Class
- WizardFactoryInterface
- Provide the WizardFactory.
Namespace
Drupal\ctools\WizardCode
public function getFormState(FormWizardInterface $wizard, array $parameters, $ajax = FALSE);