X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=web%2Fcore%2Fmodules%2Faggregator%2Faggregator.services.yml;fp=web%2Fcore%2Fmodules%2Faggregator%2Faggregator.services.yml;h=6b191c8cc362b80a5f0b920aa687b2c3c7265e9a;hb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;hp=0000000000000000000000000000000000000000;hpb=57c063afa3f66b07c4bbddc2d6129a96d90f0aad;p=yaffs-website diff --git a/web/core/modules/aggregator/aggregator.services.yml b/web/core/modules/aggregator/aggregator.services.yml new file mode 100644 index 000000000..6b191c8cc --- /dev/null +++ b/web/core/modules/aggregator/aggregator.services.yml @@ -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']