You are here

public function Step::cancelStepMode in Forms Steps 8

Gets the cancel step mode.

Return value

string The cancel step mode.

Overrides StepInterface::cancelStepMode

File

src/Step.php, line 306

Class

Step
A value object representing a step state.

Namespace

Drupal\forms_steps

Code

public function cancelStepMode() {
  return $this->cancelStepMode;
}