constant TAXONOMY_CSV_FORMAT_FLAT in Taxonomy CSV import/export 7.5
Same name and namespace in other branches
- 6.5 taxonomy_csv.api.inc \TAXONOMY_CSV_FORMAT_FLAT
- 6.2 taxonomy_csv.api.inc \TAXONOMY_CSV_FORMAT_FLAT
- 6.3 taxonomy_csv.api.inc \TAXONOMY_CSV_FORMAT_FLAT
- 6.4 taxonomy_csv.api.inc \TAXONOMY_CSV_FORMAT_FLAT
- 7.4 taxonomy_csv.api.inc \TAXONOMY_CSV_FORMAT_FLAT
4 uses of TAXONOMY_CSV_FORMAT_FLAT
- 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_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 14 - Manage variables and features of module.
Code
define('TAXONOMY_CSV_FORMAT_FLAT', 'flat');