You are here

service serializer.normalizer.config_entity in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/serialization/serialization.services.yml \serializer.normalizer.config_entity
  2. 9 core/modules/serialization/serialization.services.yml \serializer.normalizer.config_entity

Class

Drupal\serialization\Normalizer\ConfigEntityNormalizer

Tags

  • normalizer
1 string reference to serializer.normalizer.config_entity
LayoutBuilderServiceProvider::register in core/modules/layout_builder/src/LayoutBuilderServiceProvider.php

File

core/modules/serialization/serialization.services.yml
core/modules/serialization/serialization.services.yml

View source
  1. class: Drupal\serialization\Normalizer\ConfigEntityNormalizer
  2. tags:
  3. - { name: normalizer }
  4. arguments:
  5. - '@entity_type.manager'
  6. - '@entity_type.repository'
  7. - '@entity_field.manager'