You are here

public function WebformSubmissionStorageInterface::getFieldDefinitions in Webform 8.5

Same name and namespace in other branches
  1. 6.x src/WebformSubmissionStorageInterface.php \Drupal\webform\WebformSubmissionStorageInterface::getFieldDefinitions()

Get webform submission entity field definitions.

The helper method is generally used for exporting results.

Return value

array An associative array of field definition key by field name containing title, name, and datatype.

See also

\Drupal\webform\Element\WebformExcludedColumns

\Drupal\webform\Controller\WebformResultsExportController

1 method overrides WebformSubmissionStorageInterface::getFieldDefinitions()
WebformSubmissionStorage::getFieldDefinitions in src/WebformSubmissionStorage.php
Get webform submission entity field definitions.

File

src/WebformSubmissionStorageInterface.php, line 61

Class

WebformSubmissionStorageInterface
Defines an interface for webform submission classes.

Namespace

Drupal\webform

Code

public function getFieldDefinitions();