public function ManageExport::importTerm in Content Export YAML 8
File
- src/
ManageExport.php, line 144
Class
Namespace
Drupal\content_export_yamlCode
public function importTerm($tid, $bundle, $options = []) {
return $this->func
->import($tid, 'taxonomy_term', $bundle, $options);
}