You are here

library.services.yml in Library 8

File

library.services.yml
View source
  1. services:
  2. library.anonmyize_records:
  3. class: Drupal\library\AnonymizeRecords
  4. arguments: ['@config.factory', '@state', '@logger.channel.library', '@entity_type.manager']
  5. logger.channel.library:
  6. class: Drupal\Core\Logger\LoggerChannel
  7. factory: logger.factory:get
  8. arguments: ['library']