You are here

service feeds.entity_finder in Feeds 8.3

Class

Drupal\feeds\EntityFinder
3 string references to feeds.entity_finder
ConfigEntityReference::create in src/Feeds/Target/ConfigEntityReference.php
Creates an instance of the plugin.
EntityReference::create in src/Feeds/Target/EntityReference.php
Creates an instance of the plugin.
File::create in src/Feeds/Target/File.php
Creates an instance of the plugin.

File

./feeds.services.yml
feeds.services.yml

View source
  1. class: Drupal\feeds\EntityFinder
  2. arguments:
  3. - '@entity_type.manager'
  4. - '@entity.repository'