You are here

service yamlform_submission.exporter in YAML Form 8

Class

Drupal\yamlform\YamlFormSubmissionExporter
9 string references to yamlform_submission.exporter
drush_yamlform_export in drush/yamlform.drush.inc
Implements drush_hook_COMMAND().
YamlFormAdminSettingsForm::create in src/Form/YamlFormAdminSettingsForm.php
Instantiates a new instance of this class.
YamlFormResultsExportController::batchFinish in src/Controller/YamlFormResultsExportController.php
Batch API callback; Completed export.
YamlFormResultsExportController::batchProcess in src/Controller/YamlFormResultsExportController.php
Batch API callback; Write the header and rows of the export to the export file.
YamlFormResultsExportController::batchSet in src/Controller/YamlFormResultsExportController.php
Batch API; Initialize batch operations.

... See full list

File

./yamlform.services.yml
yamlform.services.yml

View source
  1. class: Drupal\yamlform\YamlFormSubmissionExporter
  2. arguments:
  3. - '@config.factory'
  4. - '@entity_type.manager'
  5. - '@entity.query'
  6. - '@stream_wrapper_manager'
  7. - '@plugin.manager.yamlform.element'
  8. - '@plugin.manager.yamlform.exporter'