protected function PanelsBlockConfigureFormBase::getTempstoreId in Panels 8.4
Same name and namespace in other branches
- 8.3 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 74
Class
- PanelsBlockConfigureFormBase
- Provides a base form for configuring a block as part of a variant.
Namespace
Drupal\panels\FormCode
protected function getTempstoreId() {
return $this->tempstore_id;
}