You are here

public function ManageExport::exportTermAll in Content Export YAML 8

File

src/ManageExport.php, line 68

Class

ManageExport

Namespace

Drupal\content_export_yaml

Code

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