public function ManageExport::exportNode in Content Export YAML 8
File
- src/
ManageExport.php, line 59
Class
Namespace
Drupal\content_export_yamlCode
public function exportNode($nid, $options = []) {
return $this->func
->export($nid, 'node', $options);
}