Same name and namespace in other branches
  1. 9 core/modules/aggregator/aggregator.services.yml \aggregator.items.importer

Class

Drupal\aggregator\ItemsImporter
3 string references to aggregator.items.importer
Feed::deleteItems in core/modules/aggregator/src/Entity/Feed.php
Deletes all items from a feed.
Feed::preDelete in core/modules/aggregator/src/Entity/Feed.php
Acts on entities before they are deleted and before hooks are invoked.
Feed::refreshItems in core/modules/aggregator/src/Entity/Feed.php
Updates the feed items by triggering the import process.

File

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

View source
  1. class: Drupal\aggregator\ItemsImporter
  2. arguments:
  3. - '@config.factory'
  4. - '@plugin.manager.aggregator.fetcher'
  5. - '@plugin.manager.aggregator.parser'
  6. - '@plugin.manager.aggregator.processor'
  7. - '@logger.channel.aggregator'