function FormWizardBase::getTempstoreId

Same name in other branches
  1. 4.0.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 137

Class

FormWizardBase
The base class for all form wizard.

Namespace

Drupal\ctools\Wizard

Code

public function getTempstoreId() {
    return $this->tempstore_id;
}