view core/modules/serialization/tests/modules/field_normalization_test/field_normalization_test.services.yml @ 9:1fc0ff908d1f

Add another data file
author Chris Cannam
date Mon, 05 Feb 2018 12:34:32 +0000
parents 4c8ae668cc8c
children
line wrap: on
line source
services:
  serializer.normalizer.silly_fielditem:
    class: Drupal\field_normalization_test\Normalization\TextItemSillyNormalizer
    tags:
      # The priority must be higher than serialization.normalizer.field_item.
      - { name: normalizer , priority: 9 }