You are here

protected function PanelsDeleteBlockForm::getTempstoreId in Panels 8.4

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

Get the tempstore id.

Return value

string

1 call to PanelsDeleteBlockForm::getTempstoreId()
PanelsDeleteBlockForm::submitForm in src/Form/PanelsDeleteBlockForm.php
Form submission handler.

File

src/Form/PanelsDeleteBlockForm.php, line 68

Class

PanelsDeleteBlockForm
Provides a form for deleting an access condition.

Namespace

Drupal\panels\Form

Code

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