You are here

Functions in Taxonomy CSV import/export 7.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_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 term to a line matching the options. 1
taxonomy_csv_line_import import/taxonomy_csv.import.line.api.inc Process the import of items. 1
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_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_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_field_names ./taxonomy_csv.term.api.inc Return an array of all names of a term reference field of a given term ID. 1
taxonomy_csv_term_get_field_terms ./taxonomy_csv.term.api.inc Return an array of all term objects of a reference field of a given term ID. 1
taxonomy_csv_term_get_field_values ./taxonomy_csv.term.api.inc Return an array of values of a field of a given term id or object. 5
taxonomy_csv_term_get_parents_names ./taxonomy_csv.term.api.inc Return an array of all parents term names of a given term id. 1
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 ./taxonomy_csv.term.api.inc Return an array of all related term ids of a given term id or object. Wrapper of taxonomy_csv_term_get_field_values. 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 or object. Wrapper of taxonomy_csv_term_get_field_names. 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 or object. Wrapper of taxonomy_csv_term_get_field_values.
taxonomy_csv_term_get_synonyms ./taxonomy_csv.term.api.inc Return an array of all synonyms of a given term id or object. 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. 1
taxonomy_csv_term_set_field_values ./taxonomy_csv.term.api.inc Direct set values of a field of a given term id or object. 1
taxonomy_csv_thesaurus_create ./taxonomy_csv.vocabulary.api.inc Prepare a regular thesaurus (Drupal 6 vocabulary) from a basic D7 vocabulary. 1
taxonomy_csv_uninstall ./taxonomy_csv.install Implements hook_uninstall().
taxonomy_csv_vocabulary_create ./taxonomy_csv.vocabulary.api.inc Creates vocabulary by its name and returns vocabulary object. 4
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
taxonomy_csv_vocabulary_field_add ./taxonomy_csv.vocabulary.api.inc Add a field to a vocabulary. 2
taxonomy_csv_vocabulary_get_id ./taxonomy_csv.vocabulary.api.inc Return vocabulary vid by its name or NULL if none. 1
taxonomy_csv_vocabulary_import import/taxonomy_csv.import.api.inc Prepare the import of a vocabulary. If not used in a form, don't forget to use batch_process(). 2
taxonomy_csv_vocabulary_load_name ./taxonomy_csv.vocabulary.api.inc Return the vocabulary object matching a vocabulary name. 1
taxonomy_csv_vocabulary_machine_name_check ./taxonomy_csv.vocabulary.api.inc Checks if a name is a vocabulary machine_name. 1
taxonomy_csv_vocabulary_machine_name_create ./taxonomy_csv.vocabulary.api.inc Creates a machine name from a string. 3
taxonomy_csv_vocabulary_name_check ./taxonomy_csv.vocabulary.api.inc Check if a name is a vocabulary name. 2
_taxonomy_csv_check_vocabulary_hierarchy ./taxonomy_csv.vocabulary.api.inc Check and update hierarchy flag of a given vocabulary. 1
_taxonomy_csv_export_check_options export/taxonomy_csv.export.admin.inc Validate options of exported vocabulary. 2
_taxonomy_csv_export_output_presave export/taxonomy_csv.export.api.inc Presave output. 2
_taxonomy_csv_export_result export/taxonomy_csv.export.result.inc Display result messages of export process. 1
_taxonomy_csv_form_export_default_values_submit export/taxonomy_csv.export.admin.inc Restore recommended default values in the export form. 1
_taxonomy_csv_form_export_default_values_validate export/taxonomy_csv.export.admin.inc Restore recommended default values in the export form. Empty validate hook. 1

Pages

Other projects