You are here

constant RegisterSerializationClassesCompilerPass::OVERRIDDEN_SERVICE_NORMALIZER_TAG in JSON:API 8.2

The service tag that only JSON:API normalizers should use.

@const string

File

src/DependencyInjection/Compiler/RegisterSerializationClassesCompilerPass.php, line 37

Class

RegisterSerializationClassesCompilerPass
Adds services tagged JSON:API-only normalizers to the Serializer.

Namespace

Drupal\jsonapi\DependencyInjection\Compiler

Code

const OVERRIDDEN_SERVICE_NORMALIZER_TAG = 'jsonapi_normalizer';