You are here

protected property TabularBaseWebformExporter::$fieldDefinitions in Webform 8.5

Same name and namespace in other branches
  1. 6.x 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 27

Class

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

Namespace

Drupal\webform\Plugin\WebformExporter

Code

protected $fieldDefinitions;