You are here

protected function PageVariantDeleteForm::getTempstoreId in Page Manager 8.4

Same name and namespace in other branches
  1. 8 page_manager_ui/src/Form/PageVariantDeleteForm.php \Drupal\page_manager_ui\Form\PageVariantDeleteForm::getTempstoreId()

Get the tempstore id.

Return value

string The temp store id.

File

page_manager_ui/src/Form/PageVariantDeleteForm.php, line 48

Class

PageVariantDeleteForm
Builds the form to delete a PageVariant.

Namespace

Drupal\page_manager_ui\Form

Code

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