You are here

public function StepInterface::setCancelLabel in Forms Steps 8

Set the cancel label.

Parameters

string $label: The label to set.

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

File

src/StepInterface.php, line 96

Class

StepInterface
An interface for step value objects.

Namespace

Drupal\forms_steps

Code

public function setCancelLabel($label);