protected function PageParametersForm::getTempstoreId in Page Manager 8
Same name and namespace in other branches
- 8.4 page_manager_ui/src/Form/PageParametersForm.php \Drupal\page_manager_ui\Form\PageParametersForm::getTempstoreId()
Returns the tempstore id to use.
Return value
string
File
- page_manager_ui/
src/ Form/ PageParametersForm.php, line 118 - Contains \Drupal\page_manager_ui\Form\PageParametersForm.
Class
Namespace
Drupal\page_manager_ui\FormCode
protected function getTempstoreId() {
return 'page_manager.page';
}