aggregator.services.yml

Same filename and directory in other branches
  1. 8.9.x core/modules/aggregator/aggregator.services.yml
core/modules/aggregator/aggregator.services.yml

File

core/modules/aggregator/aggregator.services.yml

View source
  1. services:
  2. plugin.manager.aggregator.fetcher:
  3. class: Drupal\aggregator\Plugin\AggregatorPluginManager
  4. arguments: [fetcher, '@container.namespaces', '@cache.discovery', '@module_handler']
  5. plugin.manager.aggregator.parser:
  6. class: Drupal\aggregator\Plugin\AggregatorPluginManager
  7. arguments: [parser, '@container.namespaces', '@cache.discovery', '@module_handler']
  8. plugin.manager.aggregator.processor:
  9. class: Drupal\aggregator\Plugin\AggregatorPluginManager
  10. arguments: [processor, '@container.namespaces', '@cache.discovery', '@module_handler']
  11. aggregator.items.importer:
  12. class: Drupal\aggregator\ItemsImporter
  13. arguments: ['@config.factory', '@plugin.manager.aggregator.fetcher', '@plugin.manager.aggregator.parser', '@plugin.manager.aggregator.processor', '@logger.channel.aggregator']
  14. logger.channel.aggregator:
  15. parent: logger.channel_base
  16. arguments: ['aggregator']
  17. feed.bridge.reader:
  18. class: Drupal\aggregator\ZfExtensionManagerSfContainer
  19. calls:
  20. - [setContainer, ['@service_container']]
  21. - [setStandalone, ['\Laminas\Feed\Reader\StandaloneExtensionManager']]
  22. 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.