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