You are here

social_profile.services.yml in Open Social 8.9

modules/social_features/social_profile/social_profile.services.yml

File

modules/social_features/social_profile/social_profile.services.yml
View source
  1. services:
  2. social_profile.profilelabel_subscriber:
  3. class: Drupal\social_profile\EventSubscriber\ProfileLabelSubscriber
  4. tags:
  5. - { name: event_subscriber }
  6. social_profile.user_statistics:
  7. class: Drupal\social_profile\UserStatistics
  8. arguments: ['@database']