You are here

service social_post.user_manager in Social Post 3.x

Same name and namespace in other branches
  1. 8.2 social_post.services.yml \social_post.user_manager

Class

Drupal\social_post\User\UserManager

File

./social_post.services.yml
social_post.services.yml

View source
  1. class: Drupal\social_post\User\UserManager
  2. arguments:
  3. - '@entity_type.manager'
  4. - '@messenger'
  5. - '@logger.factory'
  6. - '@current_user'