public function WebformSubmissionStorageInterface::getFieldDefinitions in Webform 6.x
Same name and namespace in other branches
- 8.5 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 60
Class
- WebformSubmissionStorageInterface
- Defines an interface for webform submission classes.
Namespace
Drupal\webformCode
public function getFieldDefinitions();