You are here

public static function FormWizardInterface::getParameters in Chaos Tool Suite (ctools) 8.3

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();