You are here

social_post.services.yml in Social Post 8.2

Same filename and directory in other branches
  1. 3.x social_post.services.yml

File

social_post.services.yml
View source
  1. services:
  2. social_post.user_authenticator:
  3. class: Drupal\social_post\User\UserAuthenticator
  4. arguments:
  5. - '@current_user'
  6. - '@messenger'
  7. - '@logger.factory'
  8. - '@social_post.user_manager'
  9. - '@social_post.data_handler'
  10. social_post.user_manager:
  11. class: Drupal\social_post\User\UserManager
  12. arguments:
  13. - '@entity_type.manager'
  14. - '@messenger'
  15. - '@logger.factory'
  16. - '@current_user'
  17. social_post.data_handler:
  18. class: Drupal\social_post\DataHandler
  19. arguments:
  20. - '@session'