You are here

constant TAXONOMY_CSV_EXISTING_UPDATE_MERGE in Taxonomy CSV import/export 6.3

Same name and namespace in other branches
  1. 6.2 taxonomy_csv.api.inc \TAXONOMY_CSV_EXISTING_UPDATE_MERGE
  2. 6.4 taxonomy_csv.api.inc \TAXONOMY_CSV_EXISTING_UPDATE_MERGE
  3. 7.4 taxonomy_csv.api.inc \TAXONOMY_CSV_EXISTING_UPDATE_MERGE
6 uses of TAXONOMY_CSV_EXISTING_UPDATE_MERGE
taxonomy_csv_format_geotaxonomy in formats/geotaxonomy.format.inc
Return infos on the format.
taxonomy_csv_format_taxonomy_manager in formats/taxonomy_manager.format.inc
Return infos on the format.
taxonomy_csv_form_import in import/taxonomy_csv.import.admin.inc
Generates the taxonomy CSV import form.
taxonomy_csv_line_import in import/taxonomy_csv.import.line.api.inc
Process the import of items.
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.

... See full list

File

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

Code

define('TAXONOMY_CSV_EXISTING_UPDATE_MERGE', 'update_merge');