You are here

public function ManageExport::exportNode in Content Export YAML 8

File

src/ManageExport.php, line 59

Class

ManageExport

Namespace

Drupal\content_export_yaml

Code

public function exportNode($nid, $options = []) {
  return $this->func
    ->export($nid, 'node', $options);
}