You are here

public function ProgressStepInterface::activeRoutes in Forms Steps 8

Gets the active routes for this progress step.

Return value

array The active routes for this progress step.

1 method overrides ProgressStepInterface::activeRoutes()
ProgressStep::activeRoutes in src/ProgressStep.php
Gets the active routes for this progress step.

File

src/ProgressStepInterface.php, line 40

Class

ProgressStepInterface
An interface for progress step value objects.

Namespace

Drupal\forms_steps

Code

public function activeRoutes();