Loading src/Normalizer/EntityReferenceNormalizer.php +7 −0 Original line number Diff line number Diff line Loading @@ -75,4 +75,11 @@ class EntityReferenceNormalizer extends EntityReferenceFieldItemNormalizer { return $this->allowedFields; } /** * {@inheritdoc} */ public function hasCacheableSupportsMethod(): bool { return FALSE; } } src/Normalizer/FieldItemNormalizer.php +7 −0 Original line number Diff line number Diff line Loading @@ -64,4 +64,11 @@ class FieldItemNormalizer extends CoreFieldItemNormalizer { return $data; } /** * {@inheritdoc} */ public function hasCacheableSupportsMethod(): bool { return FALSE; } } src/Normalizer/FieldNormalizer.php +7 −0 Original line number Diff line number Diff line Loading @@ -66,4 +66,11 @@ class FieldNormalizer extends CoreFieldNormalizer { return parent::denormalize($data, $class, $format, $context); } /** * {@inheritdoc} */ public function hasCacheableSupportsMethod(): bool { return FALSE; } } Loading
src/Normalizer/EntityReferenceNormalizer.php +7 −0 Original line number Diff line number Diff line Loading @@ -75,4 +75,11 @@ class EntityReferenceNormalizer extends EntityReferenceFieldItemNormalizer { return $this->allowedFields; } /** * {@inheritdoc} */ public function hasCacheableSupportsMethod(): bool { return FALSE; } }
src/Normalizer/FieldItemNormalizer.php +7 −0 Original line number Diff line number Diff line Loading @@ -64,4 +64,11 @@ class FieldItemNormalizer extends CoreFieldItemNormalizer { return $data; } /** * {@inheritdoc} */ public function hasCacheableSupportsMethod(): bool { return FALSE; } }
src/Normalizer/FieldNormalizer.php +7 −0 Original line number Diff line number Diff line Loading @@ -66,4 +66,11 @@ class FieldNormalizer extends CoreFieldNormalizer { return parent::denormalize($data, $class, $format, $context); } /** * {@inheritdoc} */ public function hasCacheableSupportsMethod(): bool { return FALSE; } }