Remove serializer.yaml configuration, update PersonJsonNormalizer and PersonJsonDenormalizer for improved logic handling, adjust type hints in closures, and rename id to definition_id in PersonIdentifierWorkerNormalizer.

This commit is contained in:
2025-09-16 12:43:39 +02:00
parent 8d29fb260a
commit 3227bfcd3a
5 changed files with 7 additions and 18 deletions

View File

@@ -24,7 +24,7 @@ final readonly class PersonIdentifierWorkerNormalizer implements NormalizerInter
return [
'type' => 'person_identifier_worker',
'id' => $object->getDefinition()->getId(),
'definition_id' => $object->getDefinition()->getId(),
'engine' => $object->getDefinition()->getEngine(),
'label' => $object->getDefinition()->getLabel(),
'isActive' => $object->getDefinition()->isActive(),