function FormWizardBase::getTempstore
The active SharedTempStore for this wizard.
Return value
\Drupal\Core\TempStore\SharedTempStore
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;
}