References NormalizeProcessor
Reference
C
Class

ApiPlatform\GraphQl\State\Processor\NormalizeProcessor

Transforms the data to a GraphQl json format. It uses the Symfony Normalizer then performs changes according to the type of operation.

class ApiPlatform\GraphQl\State\Processor\NormalizeProcessor implements ApiPlatform\State\ProcessorInterface
{
    public __construct(Symfony\Component\Serializer\Normalizer\NormalizerInterface $normalizer, $serializerContextBuilder, `<a href="/docs/main/references/State/Pagination/Pagination">ApiPlatform\State\Pagination\Pagination $pagination)
    public process($data, ApiPlatform\Metadata\Operation $operation, array $uriVariables, array $context): array
}

Methods

__construct

public __construct(Symfony\Component\Serializer\Normalizer\NormalizerInterface $normalizer, $serializerContextBuilder, `<a href="/docs/main/references/State/Pagination/Pagination">ApiPlatform\State\Pagination\Pagination $pagination)

Parameters

normalizerSymfony\Component\Serializer\Normalizer\NormalizerInterface
serializerContextBuilder`ApiPlatform\GraphQl\Serializer\SerializerContextBuilderInterface`
pagination`ApiPlatform\State\Pagination\Pagination`

process

public process($data, ApiPlatform\Metadata\Operation $operation, array $uriVariables, array $context): array

Parameters

data
operation`ApiPlatform\Metadata\Operation`
uriVariablesarray
contextarray

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