You are here

service content_sync.manager in Content Synchronization 3.0.x

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

Class

Drupal\content_sync\ContentSyncManager
4 string references to content_sync.manager
ContentExportForm::create in src/Form/ContentExportForm.php
Instantiates a new instance of this class.
ContentExportMultiple::create in src/Form/ContentExportMultiple.php
Instantiates a new instance of this class.
ContentSync::create in src/Form/ContentSync.php
Instantiates a new instance of this class.
ContentSyncCommands::create in src/Commands/ContentSyncCommands.php

File

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

View source
  1. class: Drupal\content_sync\ContentSyncManager
  2. arguments:
  3. - '@serializer'
  4. - '@entity_type.manager'
  5. - '@content_sync.exporter'
  6. - '@content_sync.importer'