protected function PanelizerWizardContextForm::getRelationshipAddRoute in Panelizer 8.4
Same name and namespace in other branches
- 8.5 src/Form/PanelizerWizardContextForm.php \Drupal\panelizer\Form\PanelizerWizardContextForm::getRelationshipAddRoute()
- 8.3 src/Form/PanelizerWizardContextForm.php \Drupal\panelizer\Form\PanelizerWizardContextForm::getRelationshipAddRoute()
The route to which relationship 'add' actions should submit.
Return value
string
Overrides ManageContext::getRelationshipAddRoute
File
- src/
Form/ PanelizerWizardContextForm.php, line 69
Class
- PanelizerWizardContextForm
- Simple wizard step form.
Namespace
Drupal\panelizer\FormCode
protected function getRelationshipAddRoute($cached_values) {
return 'panelizer.wizard.step.context.add';
}