You are here

public function Step::setDeleteLabel in Forms Steps 8

Set the delete label.

Parameters

mixed $label: The label to set.

Overrides StepInterface::setDeleteLabel

File

src/Step.php, line 327

Class

Step
A value object representing a step state.

Namespace

Drupal\forms_steps

Code

public function setDeleteLabel($label) {
  $this->deleteLabel = $label;
}