Reference
C
Class

ApiPlatform\JsonLd\Serializer\ObjectNormalizer

Decorates the output with JSON-LD metadata when appropriate, but otherwise just passes through to the decorated normalizer.

class ApiPlatform\JsonLd\Serializer\ObjectNormalizer implements Symfony\Component\Serializer\Normalizer\NormalizerInterface, Symfony\Component\Serializer\Normalizer\CacheableSupportsMethodInterface
{
    public __construct(Symfony\Component\Serializer\Normalizer\NormalizerInterface $decorated, ApiPlatform\Api\IriConverterInterface $iriConverter, ApiPlatform\JsonLd\AnonymousContextBuilderInterface $anonymousContextBuilder)
    public supportsNormalization($data, null|string $format, array $context): bool
    public hasCacheableSupportsMethod(): bool
    public normalize($object, null|string $format, array $context): ArrayObject|array|string|int|float|bool
}
class ApiPlatform\JsonLd\Serializer\ObjectNormalizer implements Symfony\Component\Serializer\Normalizer\NormalizerInterface, Symfony\Component\Serializer\Normalizer\CacheableSupportsMethodInterface
{
    public __construct(Symfony\Component\Serializer\Normalizer\NormalizerInterface $decorated, ApiPlatform\Api\IriConverterInterface $iriConverter, ApiPlatform\JsonLd\AnonymousContextBuilderInterface $anonymousContextBuilder)
    public supportsNormalization($data, null|string $format, array $context): bool
    public hasCacheableSupportsMethod(): bool
    public normalize($object, null|string $format, array $context): ArrayObject|array|string|int|float|bool
}

Methods

__construct

public __construct(Symfony\Component\Serializer\Normalizer\NormalizerInterface $decorated, ApiPlatform\Api\IriConverterInterface $iriConverter, ApiPlatform\JsonLd\AnonymousContextBuilderInterface $anonymousContextBuilder)
public __construct(Symfony\Component\Serializer\Normalizer\NormalizerInterface $decorated, ApiPlatform\Api\IriConverterInterface $iriConverter, ApiPlatform\JsonLd\AnonymousContextBuilderInterface $anonymousContextBuilder)

Parameters

decoratedSymfony\Component\Serializer\Normalizer\NormalizerInterface
iriConverterApiPlatform\Api\IriConverterInterface
anonymousContextBuilderApiPlatform\JsonLd\AnonymousContextBuilderInterface

supportsNormalization

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

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

Parameters

data
formatstring
contextarray

Returns

bool

hasCacheableSupportsMethod

public hasCacheableSupportsMethod(): bool
public hasCacheableSupportsMethod(): bool

Returns

bool

normalize

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