You are here

constant TAXONOMY_CSV_FORMAT_TID_FLAT in Taxonomy CSV import/export 7.5

5 uses of TAXONOMY_CSV_FORMAT_TID_FLAT
taxonomy_csv_line_import in import/taxonomy_csv.import.line.api.inc
Process the import of items.
taxonomy_csv_line_import_tid in import/taxonomy_csv.import.line.api.inc
Import a flat or a structure line with tids and names.
taxonomy_csv_term_export in export/taxonomy_csv.export.api.inc
Export a term to a line matching the options.
_taxonomy_csv_line_import_check in import/taxonomy_csv.import.api.inc
Check a line to find duplicate items, empty items...
_taxonomy_csv_values in ./taxonomy_csv.api.inc
Helper to remember some items and to describe features.

File

./taxonomy_csv.api.inc, line 20
Manage variables and features of module.

Code

define('TAXONOMY_CSV_FORMAT_TID_FLAT', 'tid_flat');