You are here

ldap_authentication.services.yml in Lightweight Directory Access Protocol (LDAP) 8.3

Same filename and directory in other branches
  1. 8.4 ldap_authentication/ldap_authentication.services.yml
ldap_authentication/ldap_authentication.services.yml

File

ldap_authentication/ldap_authentication.services.yml
View source
  1. services:
  2. ldap_authentication.route_subscriber:
  3. class: Drupal\ldap_authentication\Routing\RouteSubscriber
  4. tags:
  5. - { name: event_subscriber }
  6. ldap_authentication.email_template:
  7. class: Drupal\ldap_authentication\Routing\EmailTemplateService
  8. tags:
  9. - { name: event_subscriber }
  10. arguments: ['@config.factory']
  11. ldap_authentication.user_help_tab_access:
  12. class: Drupal\ldap_authentication\Access\UserHelpTabAccess
  13. arguments: ['@config.factory', '@current_user']
  14. tags:
  15. - { name: access_check, applies_to: _user_help_tab_access_check }
  16. logger.channel.ldap_authentication:
  17. parent: logger.channel_base
  18. arguments: ['ldap_authentication']
  19. ldap_authentication.login_validator:
  20. class: \Drupal\ldap_authentication\Controller\LoginValidator
  21. arguments: ['@config.factory', '@ldap.detail_log', '@logger.channel.ldap_authentication', '@entity_type.manager', '@module_handler']