Reference
C
Class

ApiPlatform\Hydra\Serializer\CollectionFiltersNormalizer

Enhances the result of collection by adding the filters applied on collection.

class ApiPlatform\Hydra\Serializer\CollectionFiltersNormalizer implements Symfony\Component\Serializer\Normalizer\NormalizerInterface, Symfony\Component\Serializer\Normalizer\NormalizerAwareInterface, Symfony\Component\Serializer\Normalizer\CacheableSupportsMethodInterface
{
    public __construct(Symfony\Component\Serializer\Normalizer\NormalizerInterface $collectionNormalizer, ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface $resourceMetadataCollectionFactory, ApiPlatform\Api\ResourceClassResolverInterface $resourceClassResolver, Psr\Container\ContainerInterface $filterLocator)
    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
    public setNormalizer(Symfony\Component\Serializer\Normalizer\NormalizerInterface $normalizer): null
}
class ApiPlatform\Hydra\Serializer\CollectionFiltersNormalizer implements Symfony\Component\Serializer\Normalizer\NormalizerInterface, Symfony\Component\Serializer\Normalizer\NormalizerAwareInterface, Symfony\Component\Serializer\Normalizer\CacheableSupportsMethodInterface
{
    public __construct(Symfony\Component\Serializer\Normalizer\NormalizerInterface $collectionNormalizer, ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface $resourceMetadataCollectionFactory, ApiPlatform\Api\ResourceClassResolverInterface $resourceClassResolver, Psr\Container\ContainerInterface $filterLocator)
    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
    public setNormalizer(Symfony\Component\Serializer\Normalizer\NormalizerInterface $normalizer): null
}

Methods

__construct

public __construct(Symfony\Component\Serializer\Normalizer\NormalizerInterface $collectionNormalizer, ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface $resourceMetadataCollectionFactory, ApiPlatform\Api\ResourceClassResolverInterface $resourceClassResolver, Psr\Container\ContainerInterface $filterLocator)
public __construct(Symfony\Component\Serializer\Normalizer\NormalizerInterface $collectionNormalizer, ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface $resourceMetadataCollectionFactory, ApiPlatform\Api\ResourceClassResolverInterface $resourceClassResolver, Psr\Container\ContainerInterface $filterLocator)

Parameters

collectionNormalizerSymfony\Component\Serializer\Normalizer\NormalizerInterface
resourceMetadataCollectionFactoryApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface
resourceClassResolverApiPlatform\Api\ResourceClassResolverInterface
filterLocatorPsr\Container\ContainerInterfaceThe new filter locator or the deprecated filter collection

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

setNormalizer

Sets the owning Normalizer object.

public setNormalizer(Symfony\Component\Serializer\Normalizer\NormalizerInterface $normalizer): null
public setNormalizer(Symfony\Component\Serializer\Normalizer\NormalizerInterface $normalizer): null

Parameters

normalizerSymfony\Component\Serializer\Normalizer\NormalizerInterface

Returns

null

Copyright © 2023 Kévin Dunglas

Sponsored by Les-Tilleuls.coop