You are here

public function ProgressStep::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.

Overrides ProgressStepInterface::linkVisibility

File

src/ProgressStep.php, line 139

Class

ProgressStep
A value object representing a progress step.

Namespace

Drupal\forms_steps

Code

public function linkVisibility() {
  return $this->linkVisibility;
}