You are here

protected function PanelizerWizardContextForm::getContextAddRoute in Panelizer 8.3

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

The route to which context 'add' actions should submit.

Return value

string

Overrides ManageContext::getContextAddRoute

1 call to PanelizerWizardContextForm::getContextAddRoute()
PanelizerWizardContextForm::addContext in src/Form/PanelizerWizardContextForm.php

File

src/Form/PanelizerWizardContextForm.php, line 79

Class

PanelizerWizardContextForm
Simple wizard step form.

Namespace

Drupal\panelizer\Form

Code

protected function getContextAddRoute($cached_values) {
  return 'panelizer.wizard.step.context.add';
}