You are here

public function ConfigWizard::getRouteName in CloudFlare 8

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

Return value

string

Overrides FormWizardBase::getRouteName

File

src/Wizard/ConfigWizard.php, line 33

Class

ConfigWizard
Class ConfigWizard used for entering CloudFlare config.

Namespace

Drupal\cloudflare\Wizard

Code

public function getRouteName() {
  return 'cloudflare.admin_settings_form.step';
}