function FormWizardBase::getTempstore
Same name in other branches
- 8.x-3.x src/Wizard/FormWizardBase.php \Drupal\ctools\Wizard\FormWizardBase::getTempstore()
Overrides FormWizardInterface::getTempstore
File
-
src/
Wizard/ FormWizardBase.php, line 145
Class
- FormWizardBase
- The base class for all form wizard.
Namespace
Drupal\ctools\WizardCode
public function getTempstore() {
$tempstore = $this->tempstore
->get($this->getTempstoreId());
return $tempstore;
}