You are here

service webform_submission.exporter in Webform 8.5

Same name and namespace in other branches
  1. 6.x webform.services.yml \webform_submission.exporter

Class

Drupal\webform\WebformSubmissionExporter
10 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.

... See full list

File

./webform.services.yml
webform.services.yml

View source
  1. class: Drupal\webform\WebformSubmissionExporter
  2. arguments:
  3. - '@config.factory'
  4. - '@file_system'
  5. - '@entity_type.manager'
  6. - '@stream_wrapper_manager'
  7. - '@plugin.manager.archiver'
  8. - '@plugin.manager.webform.element'
  9. - '@plugin.manager.webform.exporter'