You are here

protected function TempstoreAwareFlexiformFormEntityManager::getTempstore in Flexiform 8

Get the tempstore.

Return value

\Drupal\user\PrivateTempStore|\Drupal\user\SharedTempStore The tempstore.

File

contrib/wizard/src/FormEntity/TempstoreAwareFormEntityManager.php, line 35

Class

TempstoreAwareFlexiformFormEntityManager
Provides a tempstore aware form entity manager.

Namespace

Drupal\flexiform_wizard\FormEntity

Code

protected function getTempstore() {
  return $this->tempstore;
}