You are here

Functions in Taxonomy CSV import/export 6.4

Primary tabs

Namesort descending Location Description Direct uses Strings
taxonomy_csv_export export/taxonomy_csv.export.api.inc Process the export of a vocabulary.
taxonomy_csv_formats_get ./taxonomy_csv.api.inc Fetch available external formats. 4
taxonomy_csv_format_check ./taxonomy_csv.api.inc Helper to include format files each time it's needed and to check function. 6
taxonomy_csv_format_check_vocabulary ./taxonomy_csv.api.inc Helper to check if a vocabulary has specific fields. 1
taxonomy_csv_format_geotaxonomy formats/geotaxonomy.format.inc Return infos on the format.
taxonomy_csv_format_get ./taxonomy_csv.api.inc Helper to get a format. 1
taxonomy_csv_format_taxonomy_manager formats/taxonomy_manager.format.inc Return infos on the format.
taxonomy_csv_form_export export/taxonomy_csv.export.admin.inc Generates the taxonomy CSV export form. 1
taxonomy_csv_form_export_prepare ./taxonomy_csv.module Menu callback of the main export form. 1
taxonomy_csv_form_export_submit export/taxonomy_csv.export.admin.inc Handles CSV export form submission and launch batch set.
taxonomy_csv_form_export_validate export/taxonomy_csv.export.admin.inc Handles CSV export form validation.
taxonomy_csv_form_import import/taxonomy_csv.import.admin.inc Generates the taxonomy CSV import form. 1
taxonomy_csv_form_import_prepare ./taxonomy_csv.module Menu callback of the main import form. 1
taxonomy_csv_form_import_submit import/taxonomy_csv.import.admin.inc Handles CSV import form submission and launch batch set.
taxonomy_csv_form_import_validate import/taxonomy_csv.import.admin.inc Handles CSV import form validation.
taxonomy_csv_help ./taxonomy_csv.module Implements hook_help().
taxonomy_csv_import import/taxonomy_csv.import.api.inc Process the import of an input.
taxonomy_csv_install ./taxonomy_csv.install Implements hook_install().
taxonomy_csv_line_export export/taxonomy_csv.export.api.inc Export a line. 1
taxonomy_csv_line_import import/taxonomy_csv.import.line.api.inc Process the import of items. 1
taxonomy_csv_line_import_geotaxonomy formats/geotaxonomy.format.inc Import a line of items.
taxonomy_csv_line_import_process import/taxonomy_csv.import.api.inc Import a line that contains a term and other items matching the options. 1
taxonomy_csv_line_import_taxonomy_manager formats/taxonomy_manager.format.inc Import a line of items.
taxonomy_csv_menu ./taxonomy_csv.module Implements hook_menu().
taxonomy_csv_term_count_in_vocabulary ./taxonomy_csv.term.api.inc Calculate number of terms in a vocabulary or in all vocabularies. 2
taxonomy_csv_term_export export/taxonomy_csv.export.api.inc Export a term to a line matching the options. 1
taxonomy_csv_term_export_geotaxonomy formats/geotaxonomy.format.inc Export a term.
taxonomy_csv_term_export_taxonomy_manager formats/taxonomy_manager.format.inc Export a term.
taxonomy_csv_term_find ./taxonomy_csv.term.api.inc Find and load a term. 2
taxonomy_csv_term_find_duplicate ./taxonomy_csv.term.api.inc Find duplicate terms in a vocabulary or in all vocabularies. 2
taxonomy_csv_term_get_children_names ./taxonomy_csv.term.api.inc Return an array of all children term names of a given term id. 1
taxonomy_csv_term_get_children_tids ./taxonomy_csv.term.api.inc Return an array of all children term ids of a given term id.
taxonomy_csv_term_get_full ./taxonomy_csv.term.api.inc Complete a base term object. 3
taxonomy_csv_term_get_full_geotaxonomy formats/geotaxonomy.format.inc Complete a term with geotaxonomy fields. 1
taxonomy_csv_term_get_geotaxonomy formats/geotaxonomy.format.inc Get specific fields of a geotaxonomy term. 2
taxonomy_csv_term_get_parents_names ./taxonomy_csv.term.api.inc Return an array of all parents term names of a given term id. 2
taxonomy_csv_term_get_parents_tids ./taxonomy_csv.term.api.inc Return an array of all parents term ids of a given term id. 1
taxonomy_csv_term_get_relations_names ./taxonomy_csv.term.api.inc Return an array of all related term names of a given term id. 1
taxonomy_csv_term_get_relations_tids ./taxonomy_csv.term.api.inc Return an array of all related term ids of a given term id. 1
taxonomy_csv_term_import import/taxonomy_csv.import.line.api.inc Update or create a term with the given name in the given vocabulary and given parent. 3
taxonomy_csv_term_import_geotaxonomy formats/geotaxonomy.format.inc Save specific fields of a term and only them.
taxonomy_csv_term_load ./taxonomy_csv.term.api.inc Get a full term object by its id. 2
taxonomy_csv_term_load_geotaxonomy formats/geotaxonomy.format.inc Get full term with specific geotaxonomy fields from a term id.
taxonomy_csv_term_load_multiple ./taxonomy_csv.term.api.inc Load multiple full terms. 2
taxonomy_csv_term_save ./taxonomy_csv.term.api.inc Save by reference an internally formatted term object. 2
taxonomy_csv_uninstall ./taxonomy_csv.install Implements hook_uninstall().
taxonomy_csv_vocabulary_check_geotaxonomy formats/geotaxonomy.format.inc Check if a vocabulary is a geotaxonomy one.
taxonomy_csv_vocabulary_create ./taxonomy_csv.vocabulary.api.inc Creates vocabulary by its name and returns vocabulary object. 3
taxonomy_csv_vocabulary_duplicate ./taxonomy_csv.vocabulary.api.inc Duplicates a vocabulary object. If not exist, creates an empty vocabulary. 1
taxonomy_csv_vocabulary_export export/taxonomy_csv.export.api.inc Prepare the export of a vocabulary. If not used in a form, don't forget to use batch_process(). 2

Pages

Other projects