You are here

public function StepInterface::cancelRoute in Forms Steps 8

Gets the cancel route.

Return value

string The cancel route.

1 method overrides StepInterface::cancelRoute()
Step::cancelRoute in src/Step.php
Gets the cancel route.

File

src/StepInterface.php, line 104

Class

StepInterface
An interface for step value objects.

Namespace

Drupal\forms_steps

Code

public function cancelRoute();