You are here

service aggregator.items.importer in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/aggregator/aggregator.services.yml \aggregator.items.importer

Class

Drupal\aggregator\ItemsImporter

File

core/modules/aggregator/aggregator.services.yml
core/modules/aggregator/aggregator.services.yml

View source
  1. class: Drupal\aggregator\ItemsImporter
  2. arguments:
  3. - '@config.factory'
  4. - '@plugin.manager.aggregator.fetcher'
  5. - '@plugin.manager.aggregator.parser'
  6. - '@plugin.manager.aggregator.processor'
  7. - '@logger.channel.aggregator'