You are here

public function StepInterface::setCancelRoute in Forms Steps 8

Set the cancel route.

Parameters

string $route: The cancel route to set.

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

File

src/StepInterface.php, line 112

Class

StepInterface
An interface for step value objects.

Namespace

Drupal\forms_steps

Code

public function setCancelRoute($route);