public function ProgressStepInterface::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.
1 method overrides ProgressStepInterface::setLinkVisibility()
- ProgressStep::setLinkVisibility in src/
ProgressStep.php - Set the link visibility for this progress step.
File
- src/
ProgressStepInterface.php, line 80
Class
- ProgressStepInterface
- An interface for progress step value objects.
Namespace
Drupal\forms_stepsCode
public function setLinkVisibility(array $steps);