Mercurial > hg > cmmr2012-drupal-site
diff core/modules/aggregator/aggregator.services.yml @ 0:c75dbcec494b
Initial commit from drush-created site
author | Chris Cannam |
---|---|
date | Thu, 05 Jul 2018 14:24:15 +0000 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/core/modules/aggregator/aggregator.services.yml Thu Jul 05 14:24:15 2018 +0000 @@ -0,0 +1,16 @@ +services: + plugin.manager.aggregator.fetcher: + class: Drupal\aggregator\Plugin\AggregatorPluginManager + arguments: [fetcher, '@container.namespaces', '@cache.discovery', '@module_handler'] + plugin.manager.aggregator.parser: + class: Drupal\aggregator\Plugin\AggregatorPluginManager + arguments: [parser, '@container.namespaces', '@cache.discovery', '@module_handler'] + plugin.manager.aggregator.processor: + class: Drupal\aggregator\Plugin\AggregatorPluginManager + arguments: [processor, '@container.namespaces', '@cache.discovery', '@module_handler'] + aggregator.items.importer: + class: Drupal\aggregator\ItemsImporter + arguments: ['@config.factory', '@plugin.manager.aggregator.fetcher', '@plugin.manager.aggregator.parser', '@plugin.manager.aggregator.processor', '@logger.channel.aggregator'] + logger.channel.aggregator: + parent: logger.channel_base + arguments: ['aggregator']