You are here

protected function PanelsContentForm::getTempstoreId in Panels 8.4

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

Get the tempstore ID.

Return value

string

1 call to PanelsContentForm::getTempstoreId()
PanelsContentForm::getTempstore in src/Form/PanelsContentForm.php
Get the tempstore.

File

src/Form/PanelsContentForm.php, line 69

Class

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

Namespace

Drupal\panels\Form

Code

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