You are here

public function VBExportAction::__construct in Content Export YAML 8

File

modules/vbo_content_export_yaml/src/Plugin/Action/VBExportAction.php, line 33

Class

VBExportAction
An example action covering most of the possible options.

Namespace

Drupal\vbo_content_export_yaml\Plugin\Action

Code

public function __construct() {
  $this->export = new ContentExport();
}