You are here

service default_content.exporter in Default Content for D8 2.0.x

Same name and namespace in other branches
  1. 8 default_content.services.yml \default_content.exporter

Class

Drupal\default_content\Exporter
9 string references to default_content.exporter
drush_default_content_export in drush/default_content.drush.inc
Exports a piece of content into the stdout or into a file.
drush_default_content_export_module in drush/default_content.drush.inc
Exports all of the content for a given module.
drush_default_content_export_references in drush/default_content.drush.inc
Exports a piece of content and all its referenced entities.
ExporterIntegrationTest::testExportContent in tests/src/Kernel/ExporterIntegrationTest.php
Tests exportContent().
ExporterIntegrationTest::testExportFiles in tests/src/Kernel/ExporterIntegrationTest.php
Tests exporting files.

... See full list

File

./default_content.services.yml
default_content.services.yml

View source
  1. class: Drupal\default_content\Exporter
  2. arguments:
  3. - '@entity_type.manager'
  4. - '@entity.repository'
  5. - '@event_dispatcher'
  6. - '@module_handler'
  7. - '@info_parser'
  8. - '@default_content.content_file_storage'
  9. - '@default_content.content_entity_normalizer'