Skip to content
This repository has been archived by the owner on Aug 25, 2022. It is now read-only.

Commit

Permalink
Issue #17: Move the route processor service.
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiu-cristea committed May 7, 2019
1 parent f6bcffa commit 4a922f1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 69 deletions.
8 changes: 0 additions & 8 deletions rdf_entity.services.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,4 @@
services:
route_processor_rdf:
class: Drupal\rdf_entity\RouteProcessor\RouteProcessorRdf
arguments: ['@current_route_match']
tags:
- { name: route_processor_outbound, priority: 200 }
sparql.graph_handler:
class: \Drupal\rdf_entity\RdfGraphHandler
arguments: ['@entity_type.manager', '@event_dispatcher']
sparql.field_handler:
class: \Drupal\rdf_entity\RdfFieldHandler
arguments: ['@entity_type.manager', '@entity_field.manager', '@event_dispatcher']
Expand Down
61 changes: 0 additions & 61 deletions src/RouteProcessor/RouteProcessorRdf.php

This file was deleted.

0 comments on commit 4a922f1

Please sign in to comment.