You are here

public function ProgressStepInterface::linkVisibility in Forms Steps 8

Gets the link visibility for this progress step.

Return value

array The steps for which the link is visible for this progress step.

1 method overrides ProgressStepInterface::linkVisibility()
ProgressStep::linkVisibility in src/ProgressStep.php
Gets the link visibility for this progress step.

File

src/ProgressStepInterface.php, line 72

Class

ProgressStepInterface
An interface for progress step value objects.

Namespace

Drupal\forms_steps

Code

public function linkVisibility();