You are here

service tmgmt_smartling.utils.context.user_auth in TMGMT Translator Smartling 8.2

Same name and namespace in other branches
  1. 8.4 tmgmt_smartling.services.yml \tmgmt_smartling.utils.context.user_auth
  2. 8 tmgmt_smartling.services.yml \tmgmt_smartling.utils.context.user_auth
  3. 8.3 tmgmt_smartling.services.yml \tmgmt_smartling.utils.context.user_auth

Class

Drupal\tmgmt_smartling\Context\ContextUserAuth
1 string reference to tmgmt_smartling.utils.context.user_auth
SendContextActionApproveForm::create in src/Form/SendContextActionApproveForm.php
Instantiates a new instance of this class.

File

./tmgmt_smartling.services.yml
tmgmt_smartling.services.yml

View source
  1. class: Drupal\tmgmt_smartling\Context\ContextUserAuth
  2. arguments:
  3. - '@current_user'
  4. - '@entity.manager'
  5. - '@module_handler'
  6. - '@session_manager'
  7. - '@session'
  8. - '@logger.channel.smartling'