You are here

protected function PanelizerWizardContextForm::getTempstoreId in Panelizer 8.5

Same name and namespace in other branches
  1. 8.3 src/Form/PanelizerWizardContextForm.php \Drupal\panelizer\Form\PanelizerWizardContextForm::getTempstoreId()
  2. 8.4 src/Form/PanelizerWizardContextForm.php \Drupal\panelizer\Form\PanelizerWizardContextForm::getTempstoreId()

Provide the tempstore id for your specified use case.

Return value

string

Overrides ManageContext::getTempstoreId

2 calls to PanelizerWizardContextForm::getTempstoreId()
PanelizerWizardContextForm::addContext in src/Form/PanelizerWizardContextForm.php
PanelizerWizardContextForm::getContexts in src/Form/PanelizerWizardContextForm.php
Returns the contexts already available in the wizard.

File

src/Form/PanelizerWizardContextForm.php, line 105

Class

PanelizerWizardContextForm
Simple wizard step form.

Namespace

Drupal\panelizer\Form

Code

protected function getTempstoreId() {
  return 'panelizer.wizard';
}