public function ProgressStep::activeRoutes in Forms Steps 8
Gets the active routes for this progress step.
Return value
array The active routes for this progress step.
Overrides ProgressStepInterface::activeRoutes
File
- src/
ProgressStep.php, line 111
Class
- ProgressStep
- A value object representing a progress step.
Namespace
Drupal\forms_stepsCode
public function activeRoutes() {
return $this->routes;
}