protected property FormsSteps::$steps in Forms Steps 8
The ordered FormsSteps steps.
Steps array. The array is numerically indexed by the step id and contains arrays with the following structure:
- weight: weight of the step
- label: label of the step
- form_id: form id of the step
- form_mode: form mode of the form of the step
- url: url of the step.
Type: array
File
- src/
Entity/ FormsSteps.php, line 131
Class
- FormsSteps
- FormsSteps configuration entity to persistently store configuration.
Namespace
Drupal\forms_steps\EntityCode
protected $steps = [];