You are here

social_user.services.yml in Open Social 8.3

modules/social_features/social_user/social_user.services.yml

File

modules/social_features/social_user/social_user.services.yml
View source
  1. services:
  2. social_user.route_subscriber:
  3. class: Drupal\social_user\Routing\RouteSubscriber
  4. tags:
  5. - { name: event_subscriber }
  6. social_user.username_constraint:
  7. class: Drupal\social_user\Plugin\Validation\Constraint\SocialUserNameConstraintValidator
  8. arguments: ['@typed_data_manager']
  9. social_user.user_route_context:
  10. class: Drupal\social_user\ContextProvider\UserRouteContext
  11. arguments: ['@current_route_match', '@entity.manager']
  12. tags:
  13. - { name: context_provider }