public function StepInterface::submitLabel in Forms Steps 8
Gets the submit label.
Return value
string The submit label.
1 method overrides StepInterface::submitLabel()
- Step::submitLabel in src/
Step.php - Gets the submit label.
File
- src/
StepInterface.php, line 72
Class
- StepInterface
- An interface for step value objects.
Namespace
Drupal\forms_stepsCode
public function submitLabel();