You are here

service content_sync.importer in Content Synchronization 3.0.x

Same name and namespace in other branches
  1. 8.2 content_sync.services.yml \content_sync.importer

Class

Drupal\content_sync\Importer\ContentImporter
1 string reference to content_sync.importer
ContentSingleImportForm::create in src/Form/ContentSingleImportForm.php
Instantiates a new instance of this class.

File

./content_sync.services.yml
content_sync.services.yml

View source
  1. class: Drupal\content_sync\Importer\ContentImporter
  2. arguments:
  3. - '@serializer'
  4. - '@entity_type.manager'