Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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(). |
| taxonomy_update_7008 | function | modules/ |
Change the weight columns to normal int. |
| taxonomy_update_7009 | function | modules/ |
Change {taxonomy_term_data}.format into varchar. |
| taxonomy_update_7010 | function | modules/ |
Change {taxonomy_index}.created to support signed int. |
| taxonomy_update_7011 | function | modules/ |
Drop unpublished nodes from the index. |
| taxonomy_update_dependencies | function | modules/ |
Implements hook_update_dependencies(). |
| taxonomy_vocabulary_confirm_delete | function | modules/ |
Form builder for the vocabulary delete confirmation form. |
| taxonomy_vocabulary_confirm_delete_submit | function | modules/ |
Submit handler to delete a vocabulary after confirmation. |
| taxonomy_vocabulary_confirm_reset_alphabetical | function | modules/ |
Form builder to confirm resetting a vocabulary to alphabetical order. |
| taxonomy_vocabulary_confirm_reset_alphabetical_submit | function | modules/ |
Submit handler to reset a vocabulary to alphabetical order after confirmation. |
| taxonomy_vocabulary_delete | function | modules/ |
Deletes a vocabulary. |
| taxonomy_vocabulary_get_names | function | modules/ |
Get names for all taxonomy vocabularies. |
| taxonomy_vocabulary_load | function | modules/ |
Return the vocabulary object matching a vocabulary ID. |
| taxonomy_vocabulary_load_multiple | function | modules/ |
Load multiple taxonomy vocabularies based on certain conditions. |
| taxonomy_vocabulary_machine_name_load | function | modules/ |
Return the vocabulary object matching a vocabulary machine name. |
| taxonomy_vocabulary_save | function | modules/ |
Saves a vocabulary. |
Pagination
- Previous page
- Page 191
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.