You are here

public function Step::previousLabel in Forms Steps 8

Gets the previous label.

Return value

string The previous label.

Overrides StepInterface::previousLabel

File

src/Step.php, line 376

Class

Step
A value object representing a step state.

Namespace

Drupal\forms_steps

Code

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