function FormWizardInterface::initValues

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

Code

public function initValues();