public function FormsStepsInterface::getLastStep in Forms Steps 8
Retrieve the last step defined on a forms steps entity.
Parameters
string $steps: The forms_steps steps' IDs.
Return value
\Drupal\forms_steps\StepInterface The forms_steps step.
1 method overrides FormsStepsInterface::getLastStep()
- FormsSteps::getLastStep in src/
Entity/ FormsSteps.php - Retrieve the last step defined on a forms steps entity.
File
- src/
FormsStepsInterface.php, line 138
Class
- FormsStepsInterface
- Interface FormsStepsInterface.
Namespace
Drupal\forms_stepsCode
public function getLastStep($steps = NULL);