Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / modules / rest / rest.services.yml
index 080a681afb2be43dd2d762f43afa8891b7ca19f2..511628eb4171d5e881f63c9ad9fbca9813662510 100644 (file)
@@ -43,3 +43,8 @@ services:
     arguments: ['@entity_type.manager']
     tags:
       - { name: path_processor_inbound }
+  rest.route_processor_get_bc:
+    class: \Drupal\rest\RouteProcessor\RestResourceGetRouteProcessorBC
+    arguments: ['%serializer.formats%', '@router.route_provider']
+    tags:
+      - { name: route_processor_outbound }