You are here

service webform_submission_export_import.importer in Webform 6.x

Same name and namespace in other branches
  1. 8.5 modules/webform_submission_export_import/webform_submission_export_import.services.yml \webform_submission_export_import.importer

Class

Drupal\webform_submission_export_import\WebformSubmissionExportImportImporter
7 string references to webform_submission_export_import.importer
WebformCliService::drush_webform_import in src/Commands/WebformCliService.php
WebformSubmissionExportImportController::create in modules/webform_submission_export_import/src/Controller/WebformSubmissionExportImportController.php
Instantiates a new instance of this class.
WebformSubmissionExportImportUploadForm::batchProcess in modules/webform_submission_export_import/src/Form/WebformSubmissionExportImportUploadForm.php
Batch API callback; Write the header and rows of the export to the export file.
WebformSubmissionExportImportUploadForm::create in modules/webform_submission_export_import/src/Form/WebformSubmissionExportImportUploadForm.php
Instantiates a new instance of this class.
WebformSubmissionExportImportWebformExporter::create in modules/webform_submission_export_import/src/Plugin/WebformExporter/WebformSubmissionExportImportWebformExporter.php
Creates an instance of the plugin.

... See full list

File

modules/webform_submission_export_import/webform_submission_export_import.services.yml
modules/webform_submission_export_import/webform_submission_export_import.services.yml

View source
  1. class: Drupal\webform_submission_export_import\WebformSubmissionExportImportImporter
  2. arguments:
  3. - '@config.factory'
  4. - '@logger.factory'
  5. - '@entity_type.manager'
  6. - '@plugin.manager.webform.element'
  7. - '@file_system'