You are here

public function StepInterface::setPreviousLabel in Forms Steps 8

Set the previous label.

Parameters

mixed $label: The label to set.

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

File

src/StepInterface.php, line 192

Class

StepInterface
An interface for step value objects.

Namespace

Drupal\forms_steps

Code

public function setPreviousLabel($label);