You are here

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

Class

Drupal\tfa\TfaValidationPluginManager
8 string references to plugin.manager.tfa.validation
BasicDisable::create in src/Form/BasicDisable.php
Instantiates a new instance of this class.
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.
GenericValidation::create in services_tfa/src/Plugin/ServiceDefinition/GenericValidation.php
Creates an instance of the plugin.

... See full list

File

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

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