You are here

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

Class

Drupal\tfa\TfaSetupPluginManager
4 string references to plugin.manager.tfa.setup
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.
SettingsForm::create in src/Form/SettingsForm.php
Instantiates a new instance of this class.
TfaRecoveryCodePluginTest::setUp in tests/src/Functional/TfaRecoveryCodePluginTest.php

File

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

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