You are here

public function FormsStepsInterface::getProgressStep in Forms Steps 8

Gets a forms_steps progress step.

Parameters

string $progress_step_id: The progress step's ID.

Return value

\Drupal\forms_steps\ProgressStepInterface The forms_steps progress step.

Throws

\InvalidArgumentException Thrown if $progress_step_id does not exist.

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

File

src/FormsStepsInterface.php, line 177

Class

FormsStepsInterface
Interface FormsStepsInterface.

Namespace

Drupal\forms_steps

Code

public function getProgressStep($progress_step_id);