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