service webform_submission.exporter in Webform 8.5
Same name and namespace in other branches
- 6.x webform.services.yml \webform_submission.exporter
Class
Drupal\webform\WebformSubmissionExporter10 string references to webform_submission.exporter
- WebformAdminConfigExportersForm::create in src/
Form/ AdminConfig/ WebformAdminConfigExportersForm.php - Instantiates a new instance of this class.
- WebformBrowserTestTrait::getExport in tests/
src/ Traits/ WebformBrowserTestTrait.php - Request a webform results export CSV.
- WebformCliService::drush_webform_export in src/
Commands/ WebformCliService.php - Implements drush_hook_COMMAND().
- WebformEntityPrintFunctionalTest::testEntityPrint in modules/
webform_entity_print/ tests/ src/ Functional/ WebformEntityPrintFunctionalTest.php - Test entity print.
- WebformResultsExportController::batchFinish in src/
Controller/ WebformResultsExportController.php - Batch API callback; Completed export.
File
View source
- class: Drupal\webform\WebformSubmissionExporter
- arguments:
- - '@config.factory'
- - '@file_system'
- - '@entity_type.manager'
- - '@stream_wrapper_manager'
- - '@plugin.manager.archiver'
- - '@plugin.manager.webform.element'
- - '@plugin.manager.webform.exporter'