function FormWizardInterface::initValues
Same name in other branches
- 8.x-3.x src/Wizard/FormWizardInterface.php \Drupal\ctools\Wizard\FormWizardInterface::initValues()
Initialize wizard values.
Return mixed.
1 method overrides FormWizardInterface::initValues()
- FormWizardBase::initValues in src/
Wizard/ FormWizardBase.php - Initialize wizard values.
File
-
src/
Wizard/ FormWizardInterface.php, line 30
Class
- FormWizardInterface
- Form wizard interface.
Namespace
Drupal\ctools\WizardCode
public function initValues();