function FormWizardBase::getTempstoreId
Same name in other branches
- 8.x-3.x src/Wizard/FormWizardBase.php \Drupal\ctools\Wizard\FormWizardBase::getTempstoreId()
Overrides FormWizardInterface::getTempstoreId
3 calls to FormWizardBase::getTempstoreId()
- FormWizardBase::ajaxPrevious in src/
Wizard/ FormWizardBase.php - FormWizardBase::ajaxSubmit in src/
Wizard/ FormWizardBase.php - FormWizardBase::getTempstore in src/
Wizard/ FormWizardBase.php - The active SharedTempStore for this wizard.
File
-
src/
Wizard/ FormWizardBase.php, line 138
Class
- FormWizardBase
- The base class for all form wizard.
Namespace
Drupal\ctools\WizardCode
public function getTempstoreId() {
return $this->tempstore_id;
}