References ErrorNormalizer
Reference
C
Class

ApiPlatform\GraphQl\Serializer\Exception\ErrorNormalizer

Normalize GraphQL error (fallback).

class ApiPlatform\GraphQl\Serializer\Exception\ErrorNormalizer implements Symfony\Component\Serializer\Normalizer\NormalizerInterface
{
    public normalize($object, null|string $format, array $context): array
    public supportsNormalization($data, null|string $format, array $context): bool
    public getSupportedTypes($format): array
}

Methods

normalize

Normalizes an object into a set of arrays/scalars.

public normalize($object, null|string $format, array $context): array

Parameters

object
formatstring
contextarray

Returns

array

supportsNormalization

Checks whether the given class is supported for normalization by this normalizer.

public supportsNormalization($data, null|string $format, array $context): bool

Parameters

data
formatstring
contextarray

Returns

bool

getSupportedTypes

public getSupportedTypes($format): array

Parameters

format

Returns

array

Made with love by

Les-Tilleuls.coop can help you design and develop your APIs and web projects, and train your teams in API Platform, Symfony, Next.js, Kubernetes and a wide range of other technologies.

Learn more

Copyright © 2023 Kévin Dunglas

Sponsored by Les-Tilleuls.coop