You are here

public function ManageExport::importNodeAll in Content Export YAML 8

File

src/ManageExport.php, line 153

Class

ManageExport

Namespace

Drupal\content_export_yaml

Code

public function importNodeAll($bundle, $options = []) {
  return $this
    ->importFrom('node', $bundle, [], $options);
}