public function PanelizerAddWizard::getRouteName in Panelizer 8.4
Same name and namespace in other branches
- 8.5 src/Wizard/PanelizerAddWizard.php \Drupal\panelizer\Wizard\PanelizerAddWizard::getRouteName()
- 8.3 src/Wizard/PanelizerAddWizard.php \Drupal\panelizer\Wizard\PanelizerAddWizard::getRouteName()
The name of the route to which forward or backwards steps redirect.
Return value
string
Overrides FormWizardBase::getRouteName
File
- src/
Wizard/ PanelizerAddWizard.php, line 15
Class
Namespace
Drupal\panelizer\WizardCode
public function getRouteName() {
return 'panelizer.wizard.add.step';
}