You are here

service rest.route_processor_get_bc in Drupal 8

Class

\Drupal\rest\RouteProcessor\RestResourceGetRouteProcessorBC

Tags

  • route_processor_outbound

File

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

View source
  1. class: \Drupal\rest\RouteProcessor\RestResourceGetRouteProcessorBC
  2. arguments:
  3. - '%serializer.formats%'
  4. - '@router.route_provider'
  5. tags:
  6. - { name: route_processor_outbound }