public function StepInterface::isLast in Forms Steps 8
Determines if the step is the last one on its forms steps entity.
1 method overrides StepInterface::isLast()
- Step::isLast in src/
Step.php - Determines if the step is the last one on its forms steps entity.
File
- src/
StepInterface.php, line 213
Class
- StepInterface
- An interface for step value objects.
Namespace
Drupal\forms_stepsCode
public function isLast();