Guides
Tutorials
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
}
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)
urlGenerator | ApiPlatform\Api\UrlGeneratorInterface | |
serializePayloadFields | array | |
nameConverter | Symfony\Component\Serializer\NameConverter\NameConverterInterface |
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
object | ||
format | string | |
context | array |
ArrayObject
array
string
int
float
bool