function FormWizardInterface::getStep

Same name in other branches
  1. 4.0.x src/Wizard/FormWizardInterface.php \Drupal\ctools\Wizard\FormWizardInterface::getStep()

Retrieve the current active step of the wizard.

This will return the first step of the wizard if no step has been set.

Parameters

mixed $cached_values: The values returned by $this->getTempstore()->get($this->getMachineName());.

Return value

string

1 method overrides FormWizardInterface::getStep()
FormWizardBase::getStep in src/Wizard/FormWizardBase.php
Retrieve the current active step of the wizard.

File

src/Wizard/FormWizardInterface.php, line 63

Class

FormWizardInterface
Form wizard interface.

Namespace

Drupal\ctools\Wizard

Code

public function getStep($cached_values);