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