You are here

service serializer.normalizer.entity.hal in Zircon Profile 8.0

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

Class

Drupal\hal\Normalizer\ContentEntityNormalizer

Tags

  • normalizer

File

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

View source
  1. class: Drupal\hal\Normalizer\ContentEntityNormalizer
  2. arguments:
  3. - '@rest.link_manager'
  4. - '@entity.manager'
  5. - '@module_handler'
  6. tags:
  7. - { name: normalizer, priority: 10 }