You are here

feeds.services.yml in Feeds 8.2

Same filename and directory in other branches
  1. 8.3 feeds.services.yml

File

feeds.services.yml
View source
  1. services:
  2. plugin.manager.feeds.fetcher:
  3. class: Drupal\feeds\Plugin\FeedsPluginManager
  4. arguments: [fetcher, '@container.namespaces']
  5. plugin.manager.feeds.parser:
  6. class: Drupal\feeds\Plugin\FeedsPluginManager
  7. arguments: [parser, '@container.namespaces']
  8. plugin.manager.feeds.processor:
  9. class: Drupal\feeds\Plugin\FeedsPluginManager
  10. arguments: [processor, '@container.namespaces']