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