taxonomy_term_is_page |
modules/taxonomy/taxonomy.module |
Returns whether the current page is the page of the passed-in term. |
taxonomy_term_load |
modules/taxonomy/taxonomy.module |
Return the taxonomy term entity matching a term ID. |
taxonomy_term_load_children |
modules/taxonomy/taxonomy.module |
Finds all children of a term ID. |
taxonomy_term_load_multiple |
modules/taxonomy/taxonomy.module |
Load multiple taxonomy terms based on certain conditions. |
taxonomy_term_load_multiple_by_name |
modules/taxonomy/taxonomy.module |
Try to map a string to an existing term, as for glossary use. |
taxonomy_term_load_parents |
modules/taxonomy/taxonomy.module |
Finds all parents of a given term ID. |
taxonomy_term_load_parents_all |
modules/taxonomy/taxonomy.module |
Find all ancestors of a given term ID. |
taxonomy_term_page |
modules/taxonomy/taxonomy.pages.inc |
Menu callback; displays all nodes associated with a term. |
taxonomy_term_save |
modules/taxonomy/taxonomy.module |
Saves a new or updated taxonomy term. |
taxonomy_term_show |
modules/taxonomy/taxonomy.module |
Generates an array which displays a term detail page. |
taxonomy_terms_static_reset |
modules/taxonomy/taxonomy.module |
Clear all static cache variables for terms. |
taxonomy_term_title |
modules/taxonomy/taxonomy.module |
Title callback: Returns the title of the taxonomy term. |
taxonomy_term_view |
modules/taxonomy/taxonomy.module |
Generate an array for rendering the given term. |
taxonomy_term_view_multiple |
modules/taxonomy/taxonomy.module |
Constructs a backdrop_render() style array from an array of loaded terms. |
taxonomy_test_entity_view |
modules/simpletest/tests/taxonomy_test.module |
Implements hook_entity_view(). |
taxonomy_test_form_alter |
modules/simpletest/tests/taxonomy_test.module |
Implements hook_form_alter(). |
taxonomy_test_get_antonym |
modules/simpletest/tests/taxonomy_test.module |
Return the antonym of the given term ID. |
taxonomy_test_query_alter |
modules/simpletest/tests/taxonomy_test.module |
Implements hook_query_alter(). |
taxonomy_test_query_taxonomy_term_access_alter |
modules/simpletest/tests/taxonomy_test.module |
Implements hook_query_TAG_alter(). |
taxonomy_test_query_term_access_alter |
modules/simpletest/tests/taxonomy_test.module |
Implements hook_query_TAG_alter(). |
taxonomy_test_schema |
modules/simpletest/tests/taxonomy_test.install |
Implements hook_schema(). |
taxonomy_test_taxonomy_term_delete |
modules/simpletest/tests/taxonomy_test.module |
Implements hook_taxonomy_term_delete(). |
taxonomy_test_taxonomy_term_insert |
modules/simpletest/tests/taxonomy_test.module |
Implements hook_taxonomy_term_insert(). |
taxonomy_test_taxonomy_term_load |
modules/simpletest/tests/taxonomy_test.module |
Implements hook_taxonomy_term_load(). |
taxonomy_test_taxonomy_term_update |
modules/simpletest/tests/taxonomy_test.module |
Implements hook_taxonomy_term_update(). |
taxonomy_test_taxonomy_term_view |
modules/simpletest/tests/taxonomy_test.module |
Implements hook_taxonomy_term_view(). |
taxonomy_theme |
modules/taxonomy/taxonomy.module |
Implements hook_theme(). |
taxonomy_token_info |
modules/taxonomy/taxonomy.tokens.inc |
Implements hook_token_info(). |
taxonomy_tokens |
modules/taxonomy/taxonomy.tokens.inc |
Implements hook_tokens(). |
_taxonomy_token_term_parent_list |
modules/taxonomy/taxonomy.tokens.inc |
Get a list of a term's parents as a term ID to label map. |
taxonomy_uninstall |
modules/taxonomy/taxonomy.install |
Implements hook_uninstall(). |
taxonomy_update_1000 |
modules/taxonomy/taxonomy.install |
Remove the {taxonomy_vocabulary}.module field. |
taxonomy_update_1001 |
modules/taxonomy/taxonomy.install |
Convert taxonomy vocabularies to configuration. |
taxonomy_update_1002 |
modules/taxonomy/taxonomy.install |
Drop the old taxonomy vocabulary table. |
taxonomy_update_1003 |
modules/taxonomy/taxonomy.install |
Create the taxonomy.settings config file. |
taxonomy_update_1004 |
modules/taxonomy/taxonomy.install |
Convert taxonomy terms per page to config. |
taxonomy_update_1005 |
modules/taxonomy/taxonomy.install |
Drop the old taxonomy vocabulary table for existing Backdrop installations. |
taxonomy_update_1006 |
modules/taxonomy/taxonomy.install |
Add langcode column to {taxonomy_term_data} table. |
taxonomy_update_1007 |
modules/taxonomy/taxonomy.install |
Move default taxonomy term view to taxonomy module. |
taxonomy_update_1008 |
modules/taxonomy/taxonomy.install |
Creates the table to enable caching of Taxonomy Term entities. |
taxonomy_update_1009 |
modules/taxonomy/taxonomy.install |
Add new "create terms" permission to editor and admin roles. |
taxonomy_update_dependencies |
modules/taxonomy/taxonomy.install |
Implements hook_update_dependencies(). |
taxonomy_views_api |
modules/taxonomy/taxonomy.module |
Implements hook_views_api(). |
taxonomy_views_data |
modules/taxonomy/views/taxonomy.views.inc |
Implements hook_views_data(). |
taxonomy_views_data_alter |
modules/taxonomy/views/taxonomy.views.inc |
Implements hook_views_data_alter(). |
taxonomy_views_plugins |
modules/taxonomy/views/taxonomy.views.inc |
Implements hook_views_plugins(). |
taxonomy_vocabulary_access |
modules/taxonomy/taxonomy.module |
Access callback: Checks a user's permission for performing operations on
taxonomy terms in a vocabulary. |
taxonomy_vocabulary_confirm_delete |
modules/taxonomy/taxonomy.admin.inc |
Form builder for the vocabulary delete confirmation form. |
taxonomy_vocabulary_confirm_delete_submit |
modules/taxonomy/taxonomy.admin.inc |
Submit handler to delete a vocabulary after confirmation. |
taxonomy_vocabulary_confirm_reset_alphabetical |
modules/taxonomy/taxonomy.admin.inc |
Form builder to confirm resetting a vocabulary to alphabetical order. |