Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / system / tests / modules / entity_test / entity_test.services.yml
1 services:
2   entity_test.definition.subscriber:
3     class: Drupal\entity_test\EntityTestDefinitionSubscriber
4     arguments: ['@state']
5     tags:
6       - { name: event_subscriber }
7   cache_context.entity_test_view_grants:
8     class: Drupal\entity_test\Cache\EntityTestViewGrantsCacheContext
9     tags:
10       - { name: cache.context }