You are here

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

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

An associative array containing webform elements keyed by name.

Type: array

File

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

Class

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

Namespace

Drupal\webform\Plugin\WebformExporter

Code

protected $elements;