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