You are here

public function ProgressStep::label in Forms Steps 8

Gets the progress step's label.

Return value

string The progress step's label.

Overrides ProgressStepInterface::label

File

src/ProgressStep.php, line 97

Class

ProgressStep
A value object representing a progress step.

Namespace

Drupal\forms_steps

Code

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