You are here

field_normalization_test.services.yml in Drupal 9

core/modules/serialization/tests/modules/field_normalization_test/field_normalization_test.services.yml

File

core/modules/serialization/tests/modules/field_normalization_test/field_normalization_test.services.yml
View source
  1. services:
  2. serializer.normalizer.silly_fielditem:
  3. class: Drupal\field_normalization_test\Normalization\TextItemSillyNormalizer
  4. tags:
  5. # The priority must be higher than serialization.normalizer.field_item.
  6. - { name: normalizer , priority: 9 }