You are here

service tome_sync.importer in Tome 8

Class

Drupal\tome_sync\Importer
3 string references to tome_sync.importer
ImporterTest::testImportContent in modules/tome_sync/tests/src/Kernel/ImporterTest.php
@covers \Drupal\tome_sync\Importer::importContent
ImportPartialForm::create in modules/tome_sync/src/Form/ImportPartialForm.php
Instantiates a new instance of this class.
PathautoTest::testPathauto in modules/tome_sync/tests/src/Kernel/PathautoTest.php
Tests that exporting/importing nodes with patterns works.

File

modules/tome_sync/tome_sync.services.yml
modules/tome_sync/tome_sync.services.yml

View source
  1. class: Drupal\tome_sync\Importer
  2. arguments:
  3. - '@tome_sync.storage.content'
  4. - '@serializer'
  5. - '@entity_type.manager'
  6. - '@event_dispatcher'
  7. - '@account_switcher'
  8. - '@tome_sync.file_sync'
  9. - '@file_system'