You are here

service userswitch in User Switch 8

Class

Drupal\userswitch\UserSwitch
1 string reference to userswitch
UserSwitchController::create in src/Controller/UserSwitchController.php
Instantiates a new instance of this class.

File

./userswitch.services.yml
userswitch.services.yml

View source
  1. class: Drupal\userswitch\UserSwitch
  2. arguments:
  3. - '@current_user'
  4. - '@module_handler'
  5. - '@session_manager'
  6. - '@entity_type.manager'
  7. - '@session'
  8. - '@messenger'