You are here

public function YamlFormSubmissionStorageInterface::getFieldDefinitions in YAML Form 8

Get form 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\yamlform\Element\YamlFormExcludedColumns

\Drupal\yamlform\Controller\YamlFormResultsExportController

1 method overrides YamlFormSubmissionStorageInterface::getFieldDefinitions()
YamlFormSubmissionStorage::getFieldDefinitions in src/YamlFormSubmissionStorage.php
Get form submission entity field definitions.

File

src/YamlFormSubmissionStorageInterface.php, line 31

Class

YamlFormSubmissionStorageInterface
Defines an interface for form submission classes.

Namespace

Drupal\yamlform

Code

public function getFieldDefinitions();