You are here

public function PanelizerAddWizard::getRouteName in Panelizer 8.3

Same name and namespace in other branches
  1. 8.5 src/Wizard/PanelizerAddWizard.php \Drupal\panelizer\Wizard\PanelizerAddWizard::getRouteName()
  2. 8.4 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

PanelizerAddWizard

Namespace

Drupal\panelizer\Wizard

Code

public function getRouteName() {
  return 'panelizer.wizard.add.step';
}