You are here

protected property TabularBaseWebformExporter::$fieldDefinitions in Webform 6.x

Same name and namespace in other branches
  1. 8.5 src/Plugin/WebformExporter/TabularBaseWebformExporter.php \Drupal\webform\Plugin\WebformExporter\TabularBaseWebformExporter::fieldDefinitions

An associative array containing a webform's field definitions.

Type: array

File

src/Plugin/WebformExporter/TabularBaseWebformExporter.php, line 35

Class

TabularBaseWebformExporter
Defines abstract tabular exporter used to build CSV files and HTML tables.

Namespace

Drupal\webform\Plugin\WebformExporter

Code

protected $fieldDefinitions;