function FormWizardInterface::getParameters

Same name in other branches
  1. 4.0.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\Wizard

Code

public static function getParameters();