protected function PanelizerWizardContextForm::getContextAddRoute in Panelizer 8.3
Same name and namespace in other branches
- 8.5 src/Form/PanelizerWizardContextForm.php \Drupal\panelizer\Form\PanelizerWizardContextForm::getContextAddRoute()
- 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()
File
- src/
Form/ PanelizerWizardContextForm.php, line 79
Class
- PanelizerWizardContextForm
- Simple wizard step form.
Namespace
Drupal\panelizer\FormCode
protected function getContextAddRoute($cached_values) {
return 'panelizer.wizard.step.context.add';
}