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