You are here

protected property WebformExporterBase::$logger in Webform 6.x

Same name and namespace in other branches
  1. 8.5 src/Plugin/WebformExporterBase.php \Drupal\webform\Plugin\WebformExporterBase::logger

A logger instance.

Type: \Psr\Log\LoggerInterface

File

src/Plugin/WebformExporterBase.php, line 28

Class

WebformExporterBase
Provides a base class for a results exporter.

Namespace

Drupal\webform\Plugin

Code

protected $logger;