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