function ContentExportCommand::__construct

File

core/lib/Drupal/Core/DefaultContent/ContentExportCommand.php, line 27

Class

ContentExportCommand
Exports a single content entity in YAML format.

Namespace

Drupal\Core\DefaultContent

Code

public function __construct(object $class_loader) {
  parent::__construct('content:export');
  $this->classLoader = $class_loader;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.