social_content_report.services.yml in Open Social 10.0.x
Same filename and directory in other branches
- 8.9 modules/social_features/social_content_report/social_content_report.services.yml
- 8.5 modules/social_features/social_content_report/social_content_report.services.yml
- 8.6 modules/social_features/social_content_report/social_content_report.services.yml
- 8.7 modules/social_features/social_content_report/social_content_report.services.yml
- 8.8 modules/social_features/social_content_report/social_content_report.services.yml
- 10.3.x modules/social_features/social_content_report/social_content_report.services.yml
- 10.1.x modules/social_features/social_content_report/social_content_report.services.yml
- 10.2.x modules/social_features/social_content_report/social_content_report.services.yml
modules/social_features/social_content_report/social_content_report.services.yml
File
modules/social_features/social_content_report/social_content_report.services.ymlView source
- services:
- social_content_report.flag_subscriber:
- class: Drupal\social_content_report\EventSubscriber\FlagSubscriber
- arguments:
- - '@config.factory'
- - '@messenger'
- - '@cache_tags.invalidator'
- - '@social_content_report.content_report_service'
- tags:
- - { name: event_subscriber }
- social_content_report.content_report_service:
- class: Drupal\social_content_report\ContentReportService
- arguments: ['@flag', '@current_user', '@module_handler', '@request_stack']
- social_content_report.route_subscriber:
- class: Drupal\social_content_report\Routing\RouteSubscriber
- tags:
- - { name: event_subscriber }