Configuration implements JsonSerializable

Read onlyYes
FinalYes

DTO for wizard configuration holding all steps.

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

Internal

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
self

getSteps()

public getSteps() : array<string|int, Step>
Return values
array<string|int, Step>

jsonSerialize()

public jsonSerialize() : mixed

        
On this page

Search results