You are here

public function Step::cancelLabel in Forms Steps 8

Gets the cancel label.

Return value

string The cancel label.

Overrides StepInterface::cancelLabel

File

src/Step.php, line 246

Class

Step
A value object representing a step state.

Namespace

Drupal\forms_steps

Code

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