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_stepsCode
public function label() {
return $this->label;
}