You are here

public function ProgressStep::setLinkVisibility in Forms Steps 8

Set the link visibility for this progress step.

Parameters

array $steps: Set the steps where the link will be visible.

Overrides ProgressStepInterface::setLinkVisibility

File

src/ProgressStep.php, line 146

Class

ProgressStep
A value object representing a progress step.

Namespace

Drupal\forms_steps

Code

public function setLinkVisibility(array $steps) {
  return $this->linkVisibility = $steps;
}