social_gdpr.services.yml in Open Social 8.5
Same filename and directory in other branches
- 8.9 modules/custom/social_gdpr/social_gdpr.services.yml
- 8.2 modules/custom/social_gdpr/social_gdpr.services.yml
- 8.3 modules/custom/social_gdpr/social_gdpr.services.yml
- 8.4 modules/custom/social_gdpr/social_gdpr.services.yml
- 8.6 modules/custom/social_gdpr/social_gdpr.services.yml
- 8.7 modules/custom/social_gdpr/social_gdpr.services.yml
- 8.8 modules/custom/social_gdpr/social_gdpr.services.yml
- 10.0.x modules/custom/social_gdpr/social_gdpr.services.yml
- 10.1.x modules/custom/social_gdpr/social_gdpr.services.yml
modules/custom/social_gdpr/social_gdpr.services.yml
File
modules/custom/social_gdpr/social_gdpr.services.ymlView source
- services:
- social_gdpr.redirect_subscriber:
- class: Drupal\social_gdpr\Subscriber\Redirect
- arguments: ['@current_route_match', '@current_user']
- tags:
- - { name: event_subscriber }
- social_gdpr.route_subscriber:
- class: Drupal\social_gdpr\Subscriber\Route
- tags:
- - { name: event_subscriber }