You are here

public function ContentExport::__construct in Content Export YAML 8

File

src/ContentExport.php, line 23

Class

ContentExport
Created by PhpStorm. User: USER Date: 11/13/18 Time: 2:04 PM

Namespace

Drupal\content_export_yaml

Code

public function __construct() {
  $this->logger = \Drupal::logger('content_export_yaml');
}