jsonapi_test_field_type.services.yml

Same filename in other branches
  1. 9 core/modules/jsonapi/tests/modules/jsonapi_test_field_type/jsonapi_test_field_type.services.yml
  2. 8.9.x core/modules/jsonapi/tests/modules/jsonapi_test_field_type/jsonapi_test_field_type.services.yml
  3. 11.x core/modules/jsonapi/tests/modules/jsonapi_test_field_type/jsonapi_test_field_type.services.yml
core/modules/jsonapi/tests/modules/jsonapi_test_field_type/jsonapi_test_field_type.services.yml

File

core/modules/jsonapi/tests/modules/jsonapi_test_field_type/jsonapi_test_field_type.services.yml

View source
  1. services:
  2. serializer.normalizer.string.jsonapi_test_field_type:
  3. class: Drupal\jsonapi_test_field_type\Normalizer\StringNormalizer
  4. tags:
  5. # The priority must be higher than serialization.normalizer.field_item.
  6. - { name: normalizer , priority: 1000 }

Services

Title Deprecated Summary
serializer.normalizer.string.jsonapi_test_field_type Drupal\jsonapi_test_field_type\Normalizer\StringNormalizer

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