Step implements JsonSerializable
FinalYes
DTO for a single wizard step with module and configuration data.
Used in WizardProviderInterface::getConfiguration() when dynamically loading wizard steps.
Table of Contents
Interfaces
- JsonSerializable
Methods
- create() : self
- jsonSerialize() : mixed
- withConfigurationData() : self
Methods
create()
public
static create(string $module) : self
Parameters
- $module : string
Return values
selfjsonSerialize()
public
jsonSerialize() : mixed
withConfigurationData()
public
withConfigurationData(array<string|int, mixed> $configurationData) : self
Parameters
- $configurationData : array<string|int, mixed>