You are here

csv_importer.services.yml in CSV Importer 8

File

csv_importer.services.yml
View source
  1. services:
  2. plugin.manager.importer:
  3. class: Drupal\csv_importer\Plugin\ImporterManager
  4. parent: default_plugin_manager
  5. csv_importer.parser:
  6. class: Drupal\csv_importer\Parser
  7. arguments: ['@entity_type.manager']