function FormWizardBase::getTempstoreId

The shared temp store factory collection name.

Return value

string

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\Wizard

Code

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