You are here

protected function PanelizerWizardContextForm::getRelationshipAddRoute in Panelizer 8.5

Same name and namespace in other branches
  1. 8.3 src/Form/PanelizerWizardContextForm.php \Drupal\panelizer\Form\PanelizerWizardContextForm::getRelationshipAddRoute()
  2. 8.4 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 91

Class

PanelizerWizardContextForm
Simple wizard step form.

Namespace

Drupal\panelizer\Form

Code

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