You are here

public function ManageExport::exportNodeAll in Content Export YAML 8

File

src/ManageExport.php, line 74

Class

ManageExport

Namespace

Drupal\content_export_yaml

Code

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