class FormErrorNormalizer implementsNormalizerInterface

Normalizes invalid Form instances.

Constants

TITLE

TYPE

CODE

Methods

array
normalize(mixed$object,string$format =null,array$context =[])

No description

array
getSupportedTypes(string|null$format)

No description

bool
supportsNormalization(mixed$data,string$format =null,array$context =[])

No description

Details

array normalize(mixed$object,string$format =null,array$context =[])

Parameters

mixed $object
string $format
array $context

Return Value

array

array getSupportedTypes(string|null$format)

Parameters

string|null $format

Return Value

array

bool supportsNormalization(mixed$data,string$format =null,array$context =[])

Parameters

mixed $data
string $format
array $context

Return Value

bool