You are here

public function FormsStepsInterface::getStep in Forms Steps 8

Gets a forms_steps step.

Parameters

string $step_id: The step's ID.

Return value

\Drupal\forms_steps\StepInterface The forms_steps step.

Throws

\InvalidArgumentException Thrown if $step_id does not exist.

1 method overrides FormsStepsInterface::getStep()
FormsSteps::getStep in src/Entity/FormsSteps.php
Gets a forms_steps step.

File

src/FormsStepsInterface.php, line 163

Class

FormsStepsInterface
Interface FormsStepsInterface.

Namespace

Drupal\forms_steps

Code

public function getStep($step_id);