|
taxonomy_form_term_validate |
core/modules/taxonomy/taxonomy.admin.inc |
Validation handler for the term form. |
|
taxonomy_form_vocabulary |
core/modules/taxonomy/taxonomy.admin.inc |
Form builder for the vocabulary editing form. |
|
taxonomy_form_vocabulary_submit |
core/modules/taxonomy/taxonomy.admin.inc |
Form submission handler for taxonomy_form_vocabulary(). |
|
taxonomy_form_vocabulary_validate |
core/modules/taxonomy/taxonomy.admin.inc |
Form validation handler for taxonomy_form_vocabulary(). |
|
taxonomy_get_children Deprecated |
core/modules/taxonomy/taxonomy.module |
Legacy wrapper to load the children of a TID. |
|
taxonomy_get_parents Deprecated |
core/modules/taxonomy/taxonomy.module |
Legacy wrapper to return the parents of a term by TID. |
|
taxonomy_get_parents_all Deprecated |
core/modules/taxonomy/taxonomy.module |
Legacy wrapper to load all the parents of a term by TID. |
|
taxonomy_get_term_by_name Deprecated |
core/modules/taxonomy/taxonomy.module |
Legacy wrapper to try to map a string to an existing term. |
|
taxonomy_get_tree |
core/modules/taxonomy/taxonomy.module |
Create a hierarchical representation of a vocabulary. |
|
taxonomy_get_vocabularies |
core/modules/taxonomy/taxonomy.module |
Load all Taxonomy vocabularies. |
|
taxonomy_implode_tags |
core/modules/taxonomy/taxonomy.module |
Implodes a list of tags of a certain vocabulary into a string. |
|
taxonomy_language_delete |
core/modules/taxonomy/taxonomy.module |
Implements hook_language_delete(). |
|
taxonomy_layout_access_info |
core/modules/taxonomy/taxonomy.module |
Implements hook_layout_access_info(). |
|
taxonomy_layout_context_info |
core/modules/taxonomy/taxonomy.module |
Implements hook_layout_context_info(). |
|
taxonomy_menu |
core/modules/taxonomy/taxonomy.module |
Implements hook_menu(). |
|
taxonomy_menu_local_tasks_alter |
core/modules/taxonomy/taxonomy.module |
Implements hook_menu_local_tasks_alter(). |
|
taxonomy_nodes_test_query_node_access_alter |
core/modules/taxonomy/tests/taxonomy_nodes_test/taxonomy_nodes_test.module |
Implements hook_query_TAG_alter(). |
|
taxonomy_node_insert |
core/modules/taxonomy/taxonomy.module |
Implements hook_node_insert(). |
|
taxonomy_node_predelete |
core/modules/taxonomy/taxonomy.module |
Implements hook_node_predelete(). |
|
taxonomy_node_update |
core/modules/taxonomy/taxonomy.module |
Implements hook_node_update(). |
|
taxonomy_options_list |
core/modules/taxonomy/taxonomy.module |
Implements hook_options_list(). |
|
taxonomy_overview_terms |
core/modules/taxonomy/taxonomy.admin.inc |
Form builder for the taxonomy terms overview. |
|
taxonomy_overview_terms_submit |
core/modules/taxonomy/taxonomy.admin.inc |
Submit handler for terms overview form. |
|
taxonomy_overview_vocabularies |
core/modules/taxonomy/taxonomy.admin.inc |
Page callback at admin/structure/taxonomy to list all available vocabularies. |
|
taxonomy_path_bulk_update_batch_process |
core/modules/taxonomy/taxonomy.path.inc |
Batch processing callback; Generate URL aliases for taxonomy terms. |
|
taxonomy_path_info |
core/modules/taxonomy/taxonomy.path.inc |
Implements hook_path_info(). |
|
taxonomy_path_type_delete_callback |
core/modules/taxonomy/taxonomy.path.inc |
Callback to delete aliases for taxonomy types. |
|
taxonomy_permission |
core/modules/taxonomy/taxonomy.module |
Implements hook_permission(). |
|
taxonomy_schema |
core/modules/taxonomy/taxonomy.install |
Implements hook_schema(). |
|
taxonomy_select_nodes |
core/modules/taxonomy/taxonomy.module |
Return nodes attached to a term across all field instances. |
|
taxonomy_taxonomy_term_delete |
core/modules/taxonomy/taxonomy.module |
Implements hook_taxonomy_term_delete(). |
|
taxonomy_taxonomy_vocabulary_update |
core/modules/taxonomy/taxonomy.module |
Implements hook_taxonomy_vocabulary_update(). |
|
taxonomy_terms_static_reset |
core/modules/taxonomy/taxonomy.module |
Clear all static cache variables for terms. |
|
taxonomy_term_access |
core/modules/taxonomy/taxonomy.module |
Access callback: Checks a user's permission for performing a taxonomy term operation. |
|
taxonomy_term_build_content |
core/modules/taxonomy/taxonomy.module |
Builds a structured array representing the term's content. |
|
taxonomy_term_confirm_delete |
core/modules/taxonomy/taxonomy.admin.inc |
Form builder for the term delete form. |
|
taxonomy_term_confirm_delete_submit |
core/modules/taxonomy/taxonomy.admin.inc |
Submit handler to delete a term after confirmation. |
|
taxonomy_term_delete |
core/modules/taxonomy/taxonomy.module |
Deletes a term. |
|
taxonomy_term_delete_multiple |
core/modules/taxonomy/taxonomy.module |
Deletes taxonomy terms. |
|
taxonomy_term_feed |
core/modules/taxonomy/taxonomy.pages.inc |
Generate the content feed for a taxonomy term. |
|
taxonomy_term_is_page |
core/modules/taxonomy/taxonomy.module |
Returns whether the current page is the page of the passed-in term. |
|
taxonomy_term_load |
core/modules/taxonomy/taxonomy.module |
Return the taxonomy term entity matching a term ID. |
|
taxonomy_term_load_children |
core/modules/taxonomy/taxonomy.module |
Finds all children of a term ID. |
|
taxonomy_term_load_multiple |
core/modules/taxonomy/taxonomy.module |
Load multiple taxonomy terms based on certain conditions. |
|
taxonomy_term_load_multiple_by_name |
core/modules/taxonomy/taxonomy.module |
Try to map a string to an existing term, as for glossary use. |
|
taxonomy_term_load_parents |
core/modules/taxonomy/taxonomy.module |
Finds all parents of a given term ID. |
|
taxonomy_term_load_parents_all |
core/modules/taxonomy/taxonomy.module |
Find all ancestors of a given term ID. |
|
taxonomy_term_page |
core/modules/taxonomy/taxonomy.pages.inc |
Menu callback; displays all nodes associated with a term. |
|
taxonomy_term_save |
core/modules/taxonomy/taxonomy.module |
Saves a new or updated taxonomy term. |
|
taxonomy_term_show |
core/modules/taxonomy/taxonomy.module |
Generates an array which displays a term detail page. |