Configuration implements JsonSerializable
Read onlyYes
FinalYes
DTO for wizard configuration holding all steps.
Used in WizardProviderInterface::getConfiguration() when dynamically loading wizard steps.
Table of Contents
Interfaces
- JsonSerializable
Methods
- create() : self
- getSteps() : array<string|int, Step>
- jsonSerialize() : mixed
Methods
create()
public
static create(array<string|int, Step> $steps) : self
Parameters
- $steps : array<string|int, Step>
Return values
selfgetSteps()
public
getSteps() : array<string|int, Step>
Return values
array<string|int, Step>jsonSerialize()
public
jsonSerialize() : mixed