function FormWizardInterface::getRouteName
Same name in other branches
- 8.x-3.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\WizardCode
public function getRouteName();