You are here

public function WebformSubmissionExportImportImporterInterface::getElements 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::getElements()

Get webform elements.

Return value

array An associative array containing webform elements keyed by name.

1 method overrides WebformSubmissionExportImportImporterInterface::getElements()
WebformSubmissionExportImportImporter::getElements in modules/webform_submission_export_import/src/WebformSubmissionExportImportImporter.php
Get webform elements.

File

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

Class

WebformSubmissionExportImportImporterInterface
Defines an interface for exporting webform submission results.

Namespace

Drupal\webform_submission_export_import

Code

public function getElements();