You are here

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

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

Class

Drupal\hal\Normalizer\FileEntityNormalizer

Tags

  • normalizer

File

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

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