jsonapi.serializer

Same name in other branches
  1. 9 core/modules/jsonapi/jsonapi.services.yml \jsonapi.serializer
  2. 8.9.x core/modules/jsonapi/jsonapi.services.yml \jsonapi.serializer
  3. 10 core/modules/jsonapi/jsonapi.services.yml \jsonapi.serializer

Class

Drupal\jsonapi\Serializer\Serializer
11 string references to jsonapi.serializer
FieldItemNormalizerTest::setUp in core/modules/jsonapi/tests/src/Kernel/Normalizer/FieldItemNormalizerTest.php
JsonApiDocumentTopLevelNormalizerTest::getNormalizer in core/modules/jsonapi/tests/src/Kernel/Normalizer/JsonApiDocumentTopLevelNormalizerTest.php
Helper to load the normalizer.
JsonApiTopLevelResourceNormalizerTest::getNormalizer in core/modules/jsonapi/tests/src/Kernel/Normalizer/JsonApiTopLevelResourceNormalizerTest.php
Helper to load the normalizer.
JsonApiTopLevelResourceNormalizerTest::testConfigEntityResourceObjectSchema in core/modules/jsonapi/tests/src/Kernel/Normalizer/JsonApiTopLevelResourceNormalizerTest.php
Test the generated config resource object normalization against the schema.
JsonApiTopLevelResourceNormalizerTest::testResourceObjectSchema in core/modules/jsonapi/tests/src/Kernel/Normalizer/JsonApiTopLevelResourceNormalizerTest.php
Test the generated resource object normalization against the schema.

... See full list

File

core/modules/jsonapi/jsonapi.services.yml

View source
  1. class: Drupal\jsonapi\Serializer\Serializer
  2. calls:
  3. - [setFallbackNormalizer, ['@serializer']]
  4. arguments:
  5. - { }
  6. - { }

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