public function Step::setPreviousLabel in Forms Steps 8
Set the previous label.
Parameters
mixed $label: The label to set.
Overrides StepInterface::setPreviousLabel
File
- src/
Step.php, line 369
Class
- Step
- A value object representing a step state.
Namespace
Drupal\forms_stepsCode
public function setPreviousLabel($label) {
$this->previousLabel = $label;
}