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\FormEntityCode
protected function getTempstore() {
return $this->tempstore;
}