public function Step::cancelRoute in Forms Steps 8
Gets the cancel route.
Return value
string The cancel route.
Overrides StepInterface::cancelRoute
File
- src/
Step.php, line 266
Class
- Step
- A value object representing a step state.
Namespace
Drupal\forms_stepsCode
public function cancelRoute() {
return $this->cancelRoute;
}