You are here

public function FormsStepsInterface::setProgressStepLink in Forms Steps 8

Sets a progress step's link.

Parameters

string $progress_step_id: The progress step ID to set the link for.

string $link: The progress step's link.

Return value

\Drupal\forms_steps\ProgressStepInterface The forms_steps entity.

1 method overrides FormsStepsInterface::setProgressStepLink()
FormsSteps::setProgressStepLink in src/Entity/FormsSteps.php
Sets a progress step's link.

File

src/FormsStepsInterface.php, line 359

Class

FormsStepsInterface
Interface FormsStepsInterface.

Namespace

Drupal\forms_steps

Code

public function setProgressStepLink($progress_step_id, $link);