You are here

service gathercontent.importer in GatherContent 8.4

Class

Drupal\gathercontent\Import\Importer
1 string reference to gathercontent.importer
gathercontent_import_process in ./gathercontent.module
Batch operation callback for importing items.

File

./gathercontent.services.yml
gathercontent.services.yml

View source
  1. class: Drupal\gathercontent\Import\Importer
  2. arguments:
  3. - '@gathercontent.client'
  4. - '@gathercontent.content_processor'
  5. - '@event_dispatcher'