You are here

public function FormWizardBase::getTempstoreId in Chaos Tool Suite (ctools) 8.3

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 127

Class

FormWizardBase
The base class for all form wizard.

Namespace

Drupal\ctools\Wizard

Code

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