upgrades core to 8.4.2

This commit is contained in:
Bachir Soussi Chiadmi
2017-11-14 16:09:54 +01:00
parent bd60eff9b3
commit c2b4e25be4
3504 changed files with 140306 additions and 38684 deletions
+12
View File
@@ -31,3 +31,15 @@ services:
arguments: ['@router.builder']
tags:
- { name: event_subscriber }
rest.resource.entity.post_route.subscriber:
class: \Drupal\rest\EventSubscriber\EntityResourcePostRouteSubscriber
arguments: ['@entity_type.manager']
tags:
- { name: event_subscriber }
# @todo Remove in Drupal 9.0.0.
rest.path_processor_entity_resource_bc:
class: \Drupal\rest\PathProcessor\PathProcessorEntityResourceBC
arguments: ['@entity_type.manager']
tags:
- { name: path_processor_inbound }