function EntityWizard::getRouteName

Overrides FormWizardBase::getRouteName

File

tests/modules/ctools_wizard_test/src/Wizard/EntityWizard.php, line 70

Class

EntityWizard

Namespace

Drupal\ctools_wizard_test\Wizard

Code

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