public function ProgressStepInterface::setActiveRoutes in Forms Steps 8
Set the active routes for this progress step.
Parameters
array $routes: Routes to set for this progress step.
1 method overrides ProgressStepInterface::setActiveRoutes()
- ProgressStep::setActiveRoutes in src/
ProgressStep.php - Set the active routes for this progress step.
File
- src/
ProgressStepInterface.php, line 48
Class
- ProgressStepInterface
- An interface for progress step value objects.
Namespace
Drupal\forms_stepsCode
public function setActiveRoutes(array $routes);