function WizardTest::getRouteName
Same name in other branches
- 4.0.x tests/modules/ctools_wizard_test/src/Wizard/WizardTest.php \Drupal\ctools_wizard_test\Wizard\WizardTest::getRouteName()
Overrides FormWizardBase::getRouteName
File
-
tests/
modules/ ctools_wizard_test/ src/ Wizard/ WizardTest.php, line 70
Class
Namespace
Drupal\ctools_wizard_test\WizardCode
public function getRouteName() {
return 'ctools.wizard.test.step';
}