You are here

protected function PageParametersForm::getTempstoreId in Page Manager 8.4

Same name and namespace in other branches
  1. 8 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 107

Class

PageParametersForm

Namespace

Drupal\page_manager_ui\Form

Code

protected function getTempstoreId() {
  return 'page_manager.page';
}