Step implements JsonSerializable

FinalYes

DTO for a single wizard step with module and configuration data.

Used in WizardProviderInterface::getConfiguration() when dynamically loading wizard steps.

Internal

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
self

jsonSerialize()

public jsonSerialize() : mixed

withConfigurationData()

public withConfigurationData(array<string|int, mixed> $configurationData) : self
Parameters
$configurationData : array<string|int, mixed>
Return values
self

        
On this page

Search results