devel.switch_user_list_helper

Class

Drupal\devel\SwitchUserListHelper
2 string references to devel.switch_user_list_helper
SwitchUserBlock::create in src/Plugin/Block/SwitchUserBlock.php
Creates an instance of the plugin.
SwitchUserPageForm::create in src/Form/SwitchUserPageForm.php
Instantiates a new instance of this class.

File

./devel.services.yml

View source
  1. class: Drupal\devel\SwitchUserListHelper
  2. arguments:
  3. - '@current_user'
  4. - '@entity_type.manager'
  5. - '@redirect.destination'
  6. - '@string_translation'