Reference
C
Class

ApiPlatform\Hydra\Serializer\ConstraintViolationListNormalizer

Converts \Symfony\Component\Validator\ConstraintViolationListInterface to a Hydra error representation.

class ApiPlatform\Hydra\Serializer\ConstraintViolationListNormalizer extends ApiPlatform\Serializer\AbstractConstraintViolationListNormalizer implements Symfony\Component\Serializer\Normalizer\CacheableSupportsMethodInterface, Symfony\Component\Serializer\Normalizer\NormalizerInterface
{
    public __construct(ApiPlatform\Api\UrlGeneratorInterface $urlGenerator, null|array $serializePayloadFields, null|Symfony\Component\Serializer\NameConverter\NameConverterInterface $nameConverter)
    public normalize($object, null|string $format, array $context): ArrayObject|array|string|int|float|bool
    public supportsNormalization($data, null|string $format, array $context): bool
    public hasCacheableSupportsMethod(): bool
    protected getMessagesAndViolations(Symfony\Component\Validator\ConstraintViolationListInterface $constraintViolationList): array
}
class ApiPlatform\Hydra\Serializer\ConstraintViolationListNormalizer extends ApiPlatform\Serializer\AbstractConstraintViolationListNormalizer implements Symfony\Component\Serializer\Normalizer\CacheableSupportsMethodInterface, Symfony\Component\Serializer\Normalizer\NormalizerInterface
{
    public __construct(ApiPlatform\Api\UrlGeneratorInterface $urlGenerator, null|array $serializePayloadFields, null|Symfony\Component\Serializer\NameConverter\NameConverterInterface $nameConverter)
    public normalize($object, null|string $format, array $context): ArrayObject|array|string|int|float|bool
    public supportsNormalization($data, null|string $format, array $context): bool
    public hasCacheableSupportsMethod(): bool
    protected getMessagesAndViolations(Symfony\Component\Validator\ConstraintViolationListInterface $constraintViolationList): array
}

Methods

__construct

public __construct(ApiPlatform\Api\UrlGeneratorInterface $urlGenerator, null|array $serializePayloadFields, null|Symfony\Component\Serializer\NameConverter\NameConverterInterface $nameConverter)
public __construct(ApiPlatform\Api\UrlGeneratorInterface $urlGenerator, null|array $serializePayloadFields, null|Symfony\Component\Serializer\NameConverter\NameConverterInterface $nameConverter)

Parameters

urlGeneratorApiPlatform\Api\UrlGeneratorInterface
serializePayloadFieldsarray
nameConverterSymfony\Component\Serializer\NameConverter\NameConverterInterface

normalize

Normalizes an object into a set of arrays/scalars.Normalizes an object into a set of arrays/scalars.

public normalize($object, null|string $format, array $context): ArrayObject|array|string|int|float|bool
public normalize($object, null|string $format, array $context): ArrayObject|array|string|int|float|bool

Parameters

object
formatstring
contextarray

Returns

ArrayObject
array
string
int
float
bool

Copyright © 2023 Kévin Dunglas

Sponsored by Les-Tilleuls.coop