function WizardFactoryInterface::getWizardForm

Same name in other branches
  1. 4.0.x src/Wizard/WizardFactoryInterface.php \Drupal\ctools\Wizard\WizardFactoryInterface::getWizardForm()

Get the wizard form.

Parameters

FormWizardInterface $wizard: The form wizard.

array $parameters: The array of default parameters specific to this wizard.

bool $ajax: Whether or not this wizard is displayed via ajax modals.

Return value

array Return array form.

1 method overrides WizardFactoryInterface::getWizardForm()
WizardFactory::getWizardForm in src/Wizard/WizardFactory.php
Get the wizard form.

File

src/Wizard/WizardFactoryInterface.php, line 23

Class

WizardFactoryInterface
Provide the WizardFactory.

Namespace

Drupal\ctools\Wizard

Code

public function getWizardForm(FormWizardInterface $wizard, array $parameters = [], $ajax = FALSE);