You are here

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

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

Return value

string

Overrides FormWizardBase::getRouteName

File

tests/modules/ctools_wizard_test/src/Wizard/WizardTest.php, line 68

Class

WizardTest

Namespace

Drupal\ctools_wizard_test\Wizard

Code

public function getRouteName() {
  return 'ctools.wizard.test.step';
}