You are here

service plugin.manager.aggregator.fetcher in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/aggregator/aggregator.services.yml \plugin.manager.aggregator.fetcher

Class

Drupal\aggregator\Plugin\AggregatorPluginManager
1 string reference to plugin.manager.aggregator.fetcher
SettingsForm::create in core/modules/aggregator/src/Form/SettingsForm.php
Instantiates a new instance of this class.

File

core/modules/aggregator/aggregator.services.yml
core/modules/aggregator/aggregator.services.yml

View source
  1. class: Drupal\aggregator\Plugin\AggregatorPluginManager
  2. arguments:
  3. - fetcher
  4. - '@container.namespaces'
  5. - '@cache.discovery'
  6. - '@module_handler'