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