You are here

public function WebformSubmissionExportImportImporterInterface::getDestinationColumns in Webform 6.x

Same name and namespace in other branches
  1. 8.5 modules/webform_submission_export_import/src/WebformSubmissionExportImportImporterInterface.php \Drupal\webform_submission_export_import\WebformSubmissionExportImportImporterInterface::getDestinationColumns()

Get destination (field and element) columns name.

Return value

array An associative array containing destination (field and element) columns name.

1 method overrides WebformSubmissionExportImportImporterInterface::getDestinationColumns()
WebformSubmissionExportImportImporter::getDestinationColumns in modules/webform_submission_export_import/src/WebformSubmissionExportImportImporter.php
Get destination (field and element) columns name.

File

modules/webform_submission_export_import/src/WebformSubmissionExportImportImporterInterface.php, line 195

Class

WebformSubmissionExportImportImporterInterface
Defines an interface for exporting webform submission results.

Namespace

Drupal\webform_submission_export_import

Code

public function getDestinationColumns();