You are here

protected property FormsSteps::$progress_steps in Forms Steps 8

The ordered FormsSteps progress steps.

Progress steps array. The array is numerically indexed by the progress step id and contains arrays with the following structure:

  • weight: weight of the progress step
  • label: label of the progress step
  • form_id: form id of the progress step
  • routes: an array of the routes for which the progress step is active
  • link: the link of the progress step.

Type: array

File

src/Entity/FormsSteps.php, line 146

Class

FormsSteps
FormsSteps configuration entity to persistently store configuration.

Namespace

Drupal\forms_steps\Entity

Code

protected $progress_steps = [];