You are here

service ldap.drupal_user_processor in Lightweight Directory Access Protocol (LDAP) 8.4

Class

Drupal\ldap_user\Processor\DrupalUserProcessor
7 string references to ldap.drupal_user_processor
IntegrationTest::brokenTestProcessor in ldap_user/tests/src/Kernel/IntegrationTest.php
Test the integration of the user processor.
LDAPAuthorizationProvider::create in ldap_authorization/src/Plugin/authorization/Provider/LDAPAuthorizationProvider.php
Creates an instance of the plugin.
LdapUserTestForm::create in ldap_user/src/Form/LdapUserTestForm.php
Instantiates a new instance of this class.
ldap_user_form_register_form_submit2 in ldap_user/ldap_user.module
Called after user_register_form_submit.
ldap_user_user_login in ldap_user/ldap_user.module
Implements hook_user_login().

... See full list

File

ldap_user/ldap_user.services.yml
ldap_user/ldap_user.services.yml

View source
  1. class: Drupal\ldap_user\Processor\DrupalUserProcessor
  2. arguments:
  3. - '@logger.channel.ldap_user'
  4. - '@config.factory'
  5. - '@ldap.detail_log'
  6. - '@ldap.token_processor'
  7. - '@externalauth.authmap'
  8. - '@entity_type.manager'
  9. - '@file_system'
  10. - '@token'
  11. - '@module_handler'
  12. - '@current_user'
  13. - '@ldap.user_manager'
  14. - '@event_dispatcher'
  15. - '@ldap_user.field_provider'
  16. - '@messenger'