6 calls to taxonomy_csv_format_check() in Taxonomy CSV import/export 6.3
- taxonomy_csv_formats_get in ./
taxonomy_csv.api.inc - Fetch available external formats.
- taxonomy_csv_line_import in import/
taxonomy_csv.import.line.api.inc - Process the import of items.
- taxonomy_csv_term_export in export/
taxonomy_csv.export.api.inc - Export a term to a line matching the options.
- taxonomy_csv_term_import in import/
taxonomy_csv.import.line.api.inc - Update or create a term with the given name in the given vocabulary and given parent.
- _taxonomy_csv_import_vocabulary_prepare in import/
taxonomy_csv.import.api.inc - Prepare a vocabulary for import.
- _taxonomy_csv_line_import_check in import/
taxonomy_csv.import.parser.api.inc - Helper function to validate an imported line.