You are here

protected property RouteSubscriber::$formsStepsRouteNames in Forms Steps 8

Stores an array of route names keyed by FormsSteps.Step.

Type: array

File

src/EventSubscriber/RouteSubscriber.php, line 48

Class

RouteSubscriber
Builds up the routes of all forms steps. (based on views RouteSubscriber)

Namespace

Drupal\forms_steps\EventSubscriber

Code

protected $formsStepsRouteNames = [];