You are here

public function StepInterface::previousLabel in Forms Steps 8

Gets the previous label.

Return value

string The previous label.

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

File

src/StepInterface.php, line 200

Class

StepInterface
An interface for step value objects.

Namespace

Drupal\forms_steps

Code

public function previousLabel();