public function FormsStepsInterface::setProgressStepActiveRoutes in Forms Steps 8
Sets the progress step's active routes.
Parameters
string $progress_step_id: The progress step ID to set the active routes for.
array $routes: The progress step's active routes.
Return value
\Drupal\forms_steps\ProgressStepInterface The forms_steps entity.
1 method overrides FormsStepsInterface::setProgressStepActiveRoutes()
- FormsSteps::setProgressStepActiveRoutes in src/
Entity/ FormsSteps.php - Sets the progress step's active routes.
File
- src/
FormsStepsInterface.php, line 346
Class
- FormsStepsInterface
- Interface FormsStepsInterface.
Namespace
Drupal\forms_stepsCode
public function setProgressStepActiveRoutes($progress_step_id, array $routes);