You are here

public function ManageExport::importNode in Content Export YAML 8

File

src/ManageExport.php, line 138

Class

ManageExport

Namespace

Drupal\content_export_yaml

Code

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