References EntrypointNormalizer
Reference
C
Class

ApiPlatform\Hal\Serializer\EntrypointNormalizer

Normalizes the API entrypoint.

class ApiPlatform\Hal\Serializer\EntrypointNormalizer implements Symfony\Component\Serializer\Normalizer\NormalizerInterface, ApiPlatform\Serializer\CacheableSupportsMethodInterface
{
    public __construct($resourceMetadataFactory, `<a href="/docs/main/references/Api/IriConverterInterface">ApiPlatform\Metadata\IriConverterInterface</a>`|`<a href="/docs/main/references/Api/IriConverterInterface">ApiPlatform\Api\IriConverterInterface</a>` $iriConverter, `<a href="/docs/main/references/Api/UrlGeneratorInterface">ApiPlatform\Api\UrlGeneratorInterface</a>`|`<a href="/docs/main/references/Api/UrlGeneratorInterface">ApiPlatform\Metadata\UrlGeneratorInterface $urlGenerator)
    public normalize($object, null|string $format, array $context): array
    public supportsNormalization($data, null|string $format, array $context): bool
    public getSupportedTypes($format): array
    public hasCacheableSupportsMethod(): bool
}

Methods

__construct

Parameters

resourceMetadataFactory`ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface`
iriConverter`ApiPlatform\Metadata\IriConverterInterface`
`ApiPlatform\Api\IriConverterInterface`
urlGenerator`ApiPlatform\Api\UrlGeneratorInterface`
`ApiPlatform\Metadata\UrlGeneratorInterface`

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

hasCacheableSupportsMethod

public hasCacheableSupportsMethod(): bool

Returns

bool

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