You are here

service jsonapi.normalization_cacher in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/jsonapi/jsonapi.services.yml \jsonapi.normalization_cacher
  2. 9 core/modules/jsonapi/jsonapi.services.yml \jsonapi.normalization_cacher

Class

Drupal\jsonapi\EventSubscriber\ResourceObjectNormalizationCacher

Tags

  • event_subscriber
1 string reference to jsonapi.normalization_cacher
ResourceObjectNormalizerCacherTest::setUp in core/modules/jsonapi/tests/src/Kernel/EventSubscriber/ResourceObjectNormalizerCacherTest.php

File

core/modules/jsonapi/jsonapi.services.yml
core/modules/jsonapi/jsonapi.services.yml

View source
  1. class: Drupal\jsonapi\EventSubscriber\ResourceObjectNormalizationCacher
  2. calls:
  3. - [setRenderCache, ['@render_cache']]
  4. tags:
  5. - { name: event_subscriber }