You are here

public function FormsStepsInterface::getFirstStep in Forms Steps 8

Retrieve the first 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::getFirstStep()
FormsSteps::getFirstStep in src/Entity/FormsSteps.php
Retrieve the first step defined on a forms steps entity.

File

src/FormsStepsInterface.php, line 149

Class

FormsStepsInterface
Interface FormsStepsInterface.

Namespace

Drupal\forms_steps

Code

public function getFirstStep($steps = NULL);