You are here

public function FormsStepsInterface::setProgressStepLinkVisibility in Forms Steps 8

Sets a progress step's link visibility.

Parameters

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

array $steps: The progress step's link visibility.

Return value

\Drupal\forms_steps\ProgressStepInterface The forms_steps entity.

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

File

src/FormsStepsInterface.php, line 372

Class

FormsStepsInterface
Interface FormsStepsInterface.

Namespace

Drupal\forms_steps

Code

public function setProgressStepLinkVisibility($progress_step_id, array $steps);