function FormWizardInterface::getTempstore

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

The active SharedTempStore for this wizard.

Return value

\Drupal\Core\TempStore\SharedTempStore

1 method overrides FormWizardInterface::getTempstore()
FormWizardBase::getTempstore in src/Wizard/FormWizardBase.php
The active SharedTempStore for this wizard.

File

src/Wizard/FormWizardInterface.php, line 44

Class

FormWizardInterface
Form wizard interface.

Namespace

Drupal\ctools\Wizard

Code

public function getTempstore();