You are here

public function ManageExport::importTerm in Content Export YAML 8

File

src/ManageExport.php, line 144

Class

ManageExport

Namespace

Drupal\content_export_yaml

Code

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