function FormWizardInterface::getParameters
Same name in other branches
- 8.x-3.x src/Wizard/FormWizardInterface.php \Drupal\ctools\Wizard\FormWizardInterface::getParameters()
Return an array of parameters required to construct this wizard.
Return value
array
1 method overrides FormWizardInterface::getParameters()
- FormWizardBase::getParameters in src/
Wizard/ FormWizardBase.php - Return an array of parameters required to construct this wizard.
File
-
src/
Wizard/ FormWizardInterface.php, line 23
Class
- FormWizardInterface
- Form wizard interface.
Namespace
Drupal\ctools\WizardCode
public static function getParameters();