ldap_user.services.yml in Lightweight Directory Access Protocol (LDAP) 8.3
Same filename and directory in other branches
ldap_user/ldap_user.services.yml
File
ldap_user/ldap_user.services.ymlView source
- services:
- logger.channel.ldap_user:
- parent: logger.channel_base
- arguments: ['ldap_user']
- init_subscriber:
- class: Drupal\ldap_user\EventSubscriber\InitSubscriber
- tags:
- -
- name: event_subscriber
- ldap_user.orphan_processor:
- class: Drupal\ldap_user\Processor\OrphanProcessor
- arguments: ['@logger.channel.ldap_user', '@config.factory', '@ldap.servers', '@plugin.manager.mail', '@language_manager', '@state', '@entity_type.manager']
- ldap_user.group_user_update_processor:
- class: Drupal\ldap_user\Processor\GroupUserUpdateProcessor
- arguments: ['@logger.channel.ldap_user', '@ldap.detail_log', '@config.factory', '@ldap.servers', '@state', '@module_handler', '@entity_type.manager']