aggregator.services.yml
Same filename in other branches
File
-
core/
modules/ aggregator/ aggregator.services.yml
View source
- 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']
- feed.bridge.reader:
- class: Drupal\aggregator\ZfExtensionManagerSfContainer
- calls:
- - [setContainer, ['@service_container']]
- - [setStandalone, ['\Laminas\Feed\Reader\StandaloneExtensionManager']]
- arguments: ['feed.reader.']
Services
Title | Deprecated | Summary |
---|---|---|
aggregator.items.importer | Drupal\aggregator\ItemsImporter | |
feed.bridge.reader | Drupal\aggregator\ZfExtensionManagerSfContainer | |
logger.channel.aggregator | ||
plugin.manager.aggregator.fetcher | Drupal\aggregator\Plugin\AggregatorPluginManager | |
plugin.manager.aggregator.parser | Drupal\aggregator\Plugin\AggregatorPluginManager | |
plugin.manager.aggregator.processor | Drupal\aggregator\Plugin\AggregatorPluginManager |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.