You are here

protected function PanelsContentForm::getTempstore in Panels 8.4

Same name and namespace in other branches
  1. 8.3 src/Form/PanelsContentForm.php \Drupal\panels\Form\PanelsContentForm::getTempstore()

Get the tempstore.

Return value

\Drupal\Core\TempStore\SharedTempStoreFactory

File

src/Form/PanelsContentForm.php, line 78

Class

PanelsContentForm
Provides a form for editing a panel variant display's content.

Namespace

Drupal\panels\Form

Code

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