function FormWizardInterface::getRouteName

Same name in other branches
  1. 4.0.x src/Wizard/FormWizardInterface.php \Drupal\ctools\Wizard\FormWizardInterface::getRouteName()

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

Return value

string

1 method overrides FormWizardInterface::getRouteName()
FormWizardBase::getRouteName in src/Wizard/FormWizardBase.php
The name of the route to which forward or backwards steps redirect.

File

src/Wizard/FormWizardInterface.php, line 101

Class

FormWizardInterface
Form wizard interface.

Namespace

Drupal\ctools\Wizard

Code

public function getRouteName();