You are here

public function StepInterface::cancelStepMode in Forms Steps 8

Gets the cancel step mode.

Return value

string The cancel step mode.

1 method overrides StepInterface::cancelStepMode()
Step::cancelStepMode in src/Step.php
Gets the cancel step mode.

File

src/StepInterface.php, line 136

Class

StepInterface
An interface for step value objects.

Namespace

Drupal\forms_steps

Code

public function cancelStepMode();