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