You are here

service plugin.manager.tfa.login in Two-factor Authentication (TFA) 8

Class

Drupal\tfa\TfaLoginPluginManager
5 string references to plugin.manager.tfa.login
BasicOverview::create in src/Form/BasicOverview.php
Instantiates a new instance of this class.
BasicSetup::create in src/Form/BasicSetup.php
Instantiates a new instance of this class.
EntryForm::create in src/Form/EntryForm.php
Creates service objects for the class constructor.
SettingsForm::create in src/Form/SettingsForm.php
Instantiates a new instance of this class.
TfaLoginForm::create in src/Form/TfaLoginForm.php
Instantiates a new instance of this class.

File

./tfa.services.yml
tfa.services.yml

View source
  1. class: Drupal\tfa\TfaLoginPluginManager
  2. parent: default_plugin_manager
  3. arguments:
  4. - '@config.factory'
  5. - '@user.data'
  6. - '@encrypt.encryption_profile.manager'
  7. - '@encryption'