You are here

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

The date formatter service.

Type: \Drupal\Core\Datetime\DateFormatterInterface

File

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

Class

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

Namespace

Drupal\webform\Plugin\WebformExporter

Code

protected $dateFormatter;