This repository has been archived by the owner on Jul 27, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ISAICP-5342: Integrate with the search analytics data of webtools.
- Loading branch information
1 parent
2d1d0f1
commit 1c2e21e
Showing
2 changed files
with
42 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
services: | ||
isa2_analytics.oe_webtools_analytics_subscriber: | ||
class: Drupal\isa2_analytics\EventSubscriber\WebtoolsAnalyticsSubscriber | ||
arguments: ['@entity_type.manager', '@og.context'] | ||
arguments: ['@entity_type.manager', '@request_stack', '@current_route_match', '@og.context'] | ||
tags: | ||
- { name: event_subscriber } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters