function FormWizardInterface::getTempstore
Same name in other branches
- 8.x-3.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\WizardCode
public function getTempstore();