public function Step::label in Forms Steps 8
Gets the step's label.
Return value
string The step's label.
Overrides StepInterface::label
File
- src/
Step.php, line 170
Class
- Step
- A value object representing a step state.
Namespace
Drupal\forms_stepsCode
public function label() {
return $this->label;
}