public function StepInterface::setSubmitLabel in Forms Steps 8
Set the submit label.
Parameters
string $label: The label to set.
1 method overrides StepInterface::setSubmitLabel()
- Step::setSubmitLabel in src/
Step.php - Set the submit label.
File
- src/
StepInterface.php, line 80
Class
- StepInterface
- An interface for step value objects.
Namespace
Drupal\forms_stepsCode
public function setSubmitLabel($label);