You are here

service rest.resource.entity.post_route.subscriber in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/rest/rest.services.yml \rest.resource.entity.post_route.subscriber
  2. 9 core/modules/rest/rest.services.yml \rest.resource.entity.post_route.subscriber

Class

\Drupal\rest\EventSubscriber\EntityResourcePostRouteSubscriber

Tags

  • event_subscriber

File

core/modules/rest/rest.services.yml
core/modules/rest/rest.services.yml

View source
  1. class: \Drupal\rest\EventSubscriber\EntityResourcePostRouteSubscriber
  2. arguments:
  3. - '@entity_type.manager'
  4. tags:
  5. - { name: event_subscriber }