You are here

service serializer.normalizer.entity_reference_item.hal in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/hal/hal.services.yml \serializer.normalizer.entity_reference_item.hal

Class

Drupal\hal\Normalizer\EntityReferenceItemNormalizer

Tags

  • normalizer

File

core/modules/hal/hal.services.yml
core/modules/hal/hal.services.yml

View source
  1. class: Drupal\hal\Normalizer\EntityReferenceItemNormalizer
  2. arguments:
  3. - '@hal.link_manager'
  4. - '@serializer.entity_resolver'
  5. - '@entity_type.manager'
  6. tags:
  7. - { name: normalizer, priority: 10 }