field_normalization_test.services.yml

Same filename in other branches
  1. 8.9.x core/modules/serialization/tests/modules/field_normalization_test/field_normalization_test.services.yml
  2. 10 core/modules/serialization/tests/modules/field_normalization_test/field_normalization_test.services.yml
  3. 11.x core/modules/serialization/tests/modules/field_normalization_test/field_normalization_test.services.yml
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 }

Services

Title Deprecated Summary
serializer.normalizer.silly_fielditem Drupal\field_normalization_test\Normalization\TextItemSillyNormalizer

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.