You are here

public function FormWizardInterface::getRouteName in Chaos Tool Suite (ctools) 8.3

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();