Search for taxonomy
- Search 9.5.x for taxonomy
- Search 8.9.x for taxonomy
- Search 10.3.x for taxonomy
- Search 11.x for taxonomy
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
taxonomy_schema | function | modules/ |
Implements hook_schema(). |
taxonomy_select_nodes | function | modules/ |
Return nodes attached to a term across all field instances. |
taxonomy_taxonomy_term_delete | function | modules/ |
Implements hook_taxonomy_term_delete(). |
taxonomy_taxonomy_vocabulary_update | function | modules/ |
Implements hook_taxonomy_vocabulary_update(). |
taxonomy_terms_static_reset | function | modules/ |
Clear all static cache variables for terms. |
taxonomy_term_build_content | function | modules/ |
Builds a structured array representing the term's content. |
taxonomy_term_confirm_delete | function | modules/ |
Form builder for the term delete form. |
taxonomy_term_confirm_delete_submit | function | modules/ |
Submit handler to delete a term after confirmation. |
taxonomy_term_delete | function | modules/ |
Delete a term. |
taxonomy_term_edit_access | function | modules/ |
Return edit access for a given term. |
taxonomy_term_feed | function | modules/ |
Generate the content feed for a taxonomy term. |
taxonomy_term_is_page | function | modules/ |
Returns whether the current page is the page of the passed-in term. |
taxonomy_term_load | function | modules/ |
Return the term object matching a term ID. |
taxonomy_term_load_multiple | function | modules/ |
Load multiple taxonomy terms based on certain conditions. |
taxonomy_term_page | function | modules/ |
Menu callback; displays all nodes associated with a term. |
taxonomy_term_save | function | modules/ |
Saves a term object to the database. |
taxonomy_term_show | function | modules/ |
Generates an array which displays a term detail page. |
taxonomy_term_title | function | modules/ |
Title callback: Returns the title of the taxonomy term. |
taxonomy_term_uri | function | modules/ |
Implements callback_entity_info_uri(). |
taxonomy_term_view | function | modules/ |
Generate an array for rendering the given term. |
taxonomy_term_view_multiple | function | modules/ |
Constructs a drupal_render() style array from an array of loaded terms. |
taxonomy_test.info | file | modules/ |
name = "Taxonomy test module" description = "Tests functions and hooks not used in core". package = Testing version = VERSION core = 7.x hidden = TRUE dependencies[] = taxonomy |
taxonomy_test.install | file | modules/ |
Install, update and uninstall functions for the taxonomy_test module. |
taxonomy_test.module | file | modules/ |
Test module for Taxonomy hooks and functions not used in core. |
taxonomy_test_block_info | function | modules/ |
Implements hook_block_info(). |
taxonomy_test_block_view | function | modules/ |
Implements hook_block_view(). |
taxonomy_test_entity_view | function | modules/ |
Implements hook_entity_view(). |
taxonomy_test_form_alter | function | modules/ |
Implements hook_form_alter(). |
taxonomy_test_get_antonym | function | modules/ |
Return the antonym of the given term ID. |
taxonomy_test_query_alter | function | modules/ |
Implements hook_query_alter(). |
taxonomy_test_query_taxonomy_term_access_alter | function | modules/ |
Implements hook_query_TAG_alter(). |
taxonomy_test_query_term_access_alter | function | modules/ |
Implements hook_query_TAG_alter(). |
taxonomy_test_schema | function | modules/ |
Implements hook_schema(). |
taxonomy_test_simple_form | function | modules/ |
Form builder for testing submission on taxonomy terms overview page. |
taxonomy_test_taxonomy_term_delete | function | modules/ |
Implements hook_taxonomy_term_delete(). |
taxonomy_test_taxonomy_term_insert | function | modules/ |
Implements hook_taxonomy_term_insert(). |
taxonomy_test_taxonomy_term_load | function | modules/ |
Implements hook_taxonomy_term_load(). |
taxonomy_test_taxonomy_term_update | function | modules/ |
Implements hook_taxonomy_term_update(). |
taxonomy_test_taxonomy_term_view | function | modules/ |
Implements hook_taxonomy_term_view(). |
taxonomy_theme | function | modules/ |
Implements hook_theme(). |
taxonomy_tokens | function | modules/ |
Implements hook_tokens(). |
taxonomy_token_info | function | modules/ |
Implements hook_token_info(). |
taxonomy_uninstall | function | modules/ |
Implements hook_uninstall(). |
taxonomy_update_7001 | function | modules/ |
Rename taxonomy tables. |
taxonomy_update_7002 | function | modules/ |
Add {vocabulary}.machine_name column. |
taxonomy_update_7003 | function | modules/ |
Remove the related terms setting from vocabularies. |
taxonomy_update_7004 | function | modules/ |
Move taxonomy vocabulary associations for nodes to fields and field instances. |
taxonomy_update_7005 | function | modules/ |
Migrate {taxonomy_term_node} table to field storage. |
taxonomy_update_7006 | function | modules/ |
Add {taxonomy_term_data}.format column. |
taxonomy_update_7007 | function | modules/ |
Add index on {taxonomy_term_data}.name column to speed up taxonomy_get_term_by_name(). |
Pagination
- Previous page
- Page 6
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.