service default_content.exporter in Default Content for D8 8
Same name and namespace in other branches
- 2.0.x default_content.services.yml \default_content.exporter
Class
Drupal\default_content\Exporter7 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::testExportWithReferences in tests/
src/ Kernel/ ExporterIntegrationTest.php - Tests exportContentWithReferences().
File
View source
- class: Drupal\default_content\Exporter
- arguments:
- - '@serializer'
- - '@entity_type.manager'
- - '@entity.repository'
- - '@hal.link_manager'
- - '@event_dispatcher'
- - '@module_handler'
- - '@info_parser'
- - '%default_content.link_domain%'
- - '@account_switcher'
- - '@file_system'