You are here

public function ManageExport::exportTerm in Content Export YAML 8

File

src/ManageExport.php, line 65

Class

ManageExport

Namespace

Drupal\content_export_yaml

Code

public function exportTerm($tid, $options = []) {
  return $this->func
    ->export($tid, 'taxonomy_term', $options);
}