drush_taxonomy_csv_export |
./taxonomy_csv.drush.inc |
Process the export of a vocabulary. |
|
1 |
drush_taxonomy_csv_import |
./taxonomy_csv.drush.inc |
Process the import of an input. |
|
1 |
taxonomy_csv_drush_command |
./taxonomy_csv.drush.inc |
Implements hook_drush_command(). |
|
|
taxonomy_csv_drush_help |
./taxonomy_csv.drush.inc |
Implements hook_drush_help(). |
|
|
taxonomy_csv_export |
export/taxonomy_csv.export.api.inc |
Process the export of a vocabulary. |
1 |
|
taxonomy_csv_export_form |
export/taxonomy_csv.export.admin.inc |
Generates the taxonomy CSV export form. |
|
1 |
taxonomy_csv_export_form_default_values_submit |
export/taxonomy_csv.export.admin.inc |
Restore recommended default values in the export form. |
|
1 |
taxonomy_csv_export_form_default_values_validate |
export/taxonomy_csv.export.admin.inc |
Restore recommended default values in the export form. Empty validate hook. |
|
1 |
taxonomy_csv_export_form_submit |
export/taxonomy_csv.export.admin.inc |
Handles CSV export form submission and launch batch set. |
|
|
taxonomy_csv_export_form_validate |
export/taxonomy_csv.export.admin.inc |
Handles CSV export 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. |
1 |
|
taxonomy_csv_import_form |
import/taxonomy_csv.import.admin.inc |
Generates the taxonomy CSV import form. |
|
1 |
taxonomy_csv_import_form_default_values_submit |
import/taxonomy_csv.import.admin.inc |
Restore recommended default values in the import form. |
|
1 |
taxonomy_csv_import_form_default_values_validate |
import/taxonomy_csv.import.admin.inc |
Restore recommended default values in the import form. Empty validate hook. |
|
1 |
taxonomy_csv_import_form_submit |
import/taxonomy_csv.import.admin.inc |
Handles CSV import form submission and launch batch set. |
|
|
taxonomy_csv_import_form_validate |
import/taxonomy_csv.import.admin.inc |
Handles CSV import form validation. |
|
|
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. |
2 |
|
taxonomy_csv_line_import_fields |
import/taxonomy_csv.import.line.api.inc |
Import a fields line. |
1 |
|
taxonomy_csv_line_import_flat |
import/taxonomy_csv.import.line.api.inc |
Import a flat line. |
1 |
|
taxonomy_csv_line_import_localize |
import/taxonomy_csv.import.line.api.inc |
Import a localization line. |
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_line_import_structure |
import/taxonomy_csv.import.line.api.inc |
Import a structure line. |
1 |
|
taxonomy_csv_line_import_tid |
import/taxonomy_csv.import.line.api.inc |
Import a flat or a structure line with tids and names. |
1 |
|
taxonomy_csv_line_import_translate |
import/taxonomy_csv.import.line.api.inc |
Import a translation line. |
1 |
|
taxonomy_csv_menu |
./taxonomy_csv.module |
Implements hook_menu(). |
|
|
taxonomy_csv_permission |
./taxonomy_csv.module |
Implements hook_permission(). |
|
|
taxonomy_csv_requirements |
./taxonomy_csv.install |
Implements hook_requirements(). |
|
|
taxonomy_csv_term_delete_multiple |
./taxonomy_csv.term.api.inc |
Delete multiple terms. |
1 |
|
taxonomy_csv_term_export |
export/taxonomy_csv.export.api.inc |
Export a term to a line matching the options. |
1 |
|
taxonomy_csv_term_find |
./taxonomy_csv.term.api.inc |
Find a term by its name and load it. This function manages duplicates. |
1 |
|
taxonomy_csv_term_find_duplicate |
./taxonomy_csv.term.api.inc |
Find duplicate terms in a vocabulary or in all vocabularies. |
1 |
|
taxonomy_csv_term_get_first_path |
./taxonomy_csv.term.api.inc |
Return the first path to the root of a term. |
1 |
|
taxonomy_csv_term_import |
import/taxonomy_csv.import.line.api.inc |
Update/create a term with the given name and parent in the given vocabulary. |
7 |
|
taxonomy_csv_uninstall |
./taxonomy_csv.install |
Implements hook_uninstall(). |
|
|
taxonomy_csv_vocabulary_count_terms |
./taxonomy_csv.vocabulary.api.inc |
Calculate number of terms in a vocabulary or in all vocabularies. |
2 |
|
taxonomy_csv_vocabulary_create |
./taxonomy_csv.vocabulary.api.inc |
Creates vocabulary by its name and returns vocabulary object. |
1 |
|
taxonomy_csv_vocabulary_export |
export/taxonomy_csv.export.api.inc |
Prepare the export of a vocabulary. |
2 |
|
taxonomy_csv_vocabulary_field_attach |
./taxonomy_csv.vocabulary.api.inc |
Add or create a field to attach to a vocabulary. |
1 |
|
taxonomy_csv_vocabulary_get_terms |
./taxonomy_csv.vocabulary.api.inc |
Return an array of all full terms of a given vocabulary. |
|
|
taxonomy_csv_vocabulary_get_tids |
./taxonomy_csv.vocabulary.api.inc |
Return an array of all term ids of a given vocabulary. |
2 |
|
taxonomy_csv_vocabulary_import |
import/taxonomy_csv.import.api.inc |
Prepare the batch to import the vocabulary. |
2 |
|
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. |
2 |
|
taxonomy_csv_vocabulary_name_check |
./taxonomy_csv.vocabulary.api.inc |
Check if a name is a vocabulary name. |
1 |
|
_taxonomy_csv_escape_line_break |
./taxonomy_csv.api.inc |
Escapes carriage return and linefeed. |
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 |
|