You are here

protected function PanelsBlockConfigureFormBase::getTempstoreId in Panels 8.3

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

Get the tempstore id.

Return value

string

2 calls to PanelsBlockConfigureFormBase::getTempstoreId()
PanelsBlockConfigureFormBase::buildForm in src/Form/PanelsBlockConfigureFormBase.php
Form constructor.
PanelsBlockConfigureFormBase::getTempstore in src/Form/PanelsBlockConfigureFormBase.php
Get the tempstore.

File

src/Form/PanelsBlockConfigureFormBase.php, line 78

Class

PanelsBlockConfigureFormBase
Provides a base form for configuring a block as part of a variant.

Namespace

Drupal\panels\Form

Code

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