Guides
Tutorials
Converts Exception or FlattenException to a Hydra error representation.
class ApiPlatform\Hydra\Serializer\ErrorNormalizer implements Symfony\Component\Serializer\Normalizer\NormalizerInterface, Symfony\Component\Serializer\Normalizer\CacheableSupportsMethodInterface
{
public __construct(ApiPlatform\Api\UrlGeneratorInterface $urlGenerator, bool $debug, array $defaultContext)
public normalize($object, null|string $format, array $context): ArrayObject|array|string|int|float|bool
public supportsNormalization($data, null|string $format, array $context): bool
public hasCacheableSupportsMethod(): bool
}
class ApiPlatform\Hydra\Serializer\ErrorNormalizer implements Symfony\Component\Serializer\Normalizer\NormalizerInterface, Symfony\Component\Serializer\Normalizer\CacheableSupportsMethodInterface
{
public __construct(ApiPlatform\Api\UrlGeneratorInterface $urlGenerator, bool $debug, array $defaultContext)
public normalize($object, null|string $format, array $context): ArrayObject|array|string|int|float|bool
public supportsNormalization($data, null|string $format, array $context): bool
public hasCacheableSupportsMethod(): bool
}
public __construct(ApiPlatform\Api\UrlGeneratorInterface $urlGenerator, bool $debug, array $defaultContext)
public __construct(ApiPlatform\Api\UrlGeneratorInterface $urlGenerator, bool $debug, array $defaultContext)
urlGenerator | ApiPlatform\Api\UrlGeneratorInterface | |
debug | bool | |
defaultContext | array |
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
object | ||
format | string | |
context | array |
ArrayObject
array
string
int
float
bool
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
data | ||
format | string | |
context | array |
bool
public hasCacheableSupportsMethod(): bool
public hasCacheableSupportsMethod(): bool
bool