You are here

public function PageVariantAddWizard::getRouteName in Page Manager 8.4

Same name and namespace in other branches
  1. 8 page_manager_ui/src/Wizard/PageVariantAddWizard.php \Drupal\page_manager_ui\Wizard\PageVariantAddWizard::getRouteName()

The name of the route to which forward or backwards steps redirect.

Return value

string

Overrides FormWizardBase::getRouteName

File

page_manager_ui/src/Wizard/PageVariantAddWizard.php, line 49

Class

PageVariantAddWizard

Namespace

Drupal\page_manager_ui\Wizard

Code

public function getRouteName() {
  return 'entity.page_variant.add_step_form';
}