taxonomy_overview_vocabularies_submit |
drupal/core/modules/taxonomy/taxonomy.admin.inc |
Submit handler for vocabularies overview. Updates changed vocabulary weights. |
|
|
taxonomy_permission |
drupal/core/modules/taxonomy/taxonomy.module |
Implements hook_permission(). |
|
|
taxonomy_rdf_mapping |
drupal/core/modules/taxonomy/taxonomy.module |
Implements hook_rdf_mapping(). |
|
|
taxonomy_schema |
drupal/core/modules/taxonomy/taxonomy.install |
Implements hook_schema(). |
|
|
taxonomy_select_nodes |
drupal/core/modules/taxonomy/taxonomy.module |
Return nodes attached to a term across all field instances. |
2 |
|
taxonomy_taxonomy_term_delete |
drupal/core/modules/taxonomy/taxonomy.module |
Implements hook_taxonomy_term_delete(). |
|
|
taxonomy_taxonomy_vocabulary_update |
drupal/core/modules/taxonomy/taxonomy.module |
Implements hook_taxonomy_vocabulary_update(). |
|
|
taxonomy_terms_static_reset |
drupal/core/modules/taxonomy/taxonomy.module |
Clear all static cache variables for terms. |
2 |
|
taxonomy_term_access |
drupal/core/modules/taxonomy/taxonomy.module |
Access callback: Checks a user's permission for performing a taxonomy term
operation. |
1 |
1 |
taxonomy_term_add |
drupal/core/modules/taxonomy/taxonomy.admin.inc |
Returns a rendered edit form to create a new term associated to the given vocabulary. |
|
1 |
taxonomy_term_confirm_delete |
drupal/core/modules/taxonomy/taxonomy.admin.inc |
Form builder for the term delete form. |
|
1 |
taxonomy_term_confirm_delete_submit |
drupal/core/modules/taxonomy/taxonomy.admin.inc |
Submit handler to delete a term after confirmation. |
|
|
taxonomy_term_delete |
drupal/core/modules/taxonomy/taxonomy.module |
Deletes a term. |
7 |
|
taxonomy_term_delete_multiple |
drupal/core/modules/taxonomy/taxonomy.module |
Deletes taxonomy terms. |
3 |
|
taxonomy_term_feed |
drupal/core/modules/taxonomy/taxonomy.pages.inc |
Generate the content feed for a taxonomy term. |
|
1 |
taxonomy_term_is_page |
drupal/core/modules/taxonomy/taxonomy.module |
Returns whether the current page is the page of the passed-in term. |
1 |
|
taxonomy_term_load |
drupal/core/modules/taxonomy/taxonomy.module |
Return the taxonomy term entity matching a term ID. |
11 |
|
taxonomy_term_load_children |
drupal/core/modules/taxonomy/taxonomy.module |
Finds all children of a term ID. |
2 |
1 |
taxonomy_term_load_multiple |
drupal/core/modules/taxonomy/taxonomy.module |
Load multiple taxonomy terms based on certain conditions. |
6 |
|
taxonomy_term_load_multiple_by_name |
drupal/core/modules/taxonomy/taxonomy.module |
Try to map a string to an existing term, as for glossary use. |
6 |
|
taxonomy_term_load_parents |
drupal/core/modules/taxonomy/taxonomy.module |
Finds all parents of a given term ID. |
8 |
1 |
taxonomy_term_load_parents_all |
drupal/core/modules/taxonomy/taxonomy.module |
Find all ancestors of a given term ID. |
3 |
1 |
taxonomy_term_page |
drupal/core/modules/taxonomy/taxonomy.pages.inc |
Menu callback; displays all nodes associated with a term. |
1 |
1 |
taxonomy_term_save |
drupal/core/modules/taxonomy/taxonomy.module |
Saves a term object to the database. |
15 |
|
taxonomy_term_title |
drupal/core/modules/taxonomy/taxonomy.module |
Title callback for term pages. |
|
1 |
taxonomy_term_uri |
drupal/core/modules/taxonomy/taxonomy.module |
Entity URI callback. |
|
|
taxonomy_term_view |
drupal/core/modules/taxonomy/taxonomy.module |
Generates an array which displays a term detail page. |
|
|
taxonomy_term_view_multiple |
drupal/core/modules/taxonomy/taxonomy.module |
Constructs a drupal_render() style array from an array of loaded terms. |
1 |
|
taxonomy_test_entity_view |
drupal/core/modules/system/tests/modules/taxonomy_test/taxonomy_test.module |
Implements hook_entity_view(). |
|
|
taxonomy_test_form_taxonomy_term_form_alter |
drupal/core/modules/system/tests/modules/taxonomy_test/taxonomy_test.module |
Implements hook_form_FORM_ID_alter(). |
|
|
taxonomy_test_get_antonym |
drupal/core/modules/system/tests/modules/taxonomy_test/taxonomy_test.module |
Return the antonym of the given term ID. |
2 |
|
taxonomy_test_schema |
drupal/core/modules/system/tests/modules/taxonomy_test/taxonomy_test.install |
Implements hook_schema(). |
|
|
taxonomy_test_taxonomy_term_delete |
drupal/core/modules/system/tests/modules/taxonomy_test/taxonomy_test.module |
Implements hook_taxonomy_term_delete(). |
|
|
taxonomy_test_taxonomy_term_insert |
drupal/core/modules/system/tests/modules/taxonomy_test/taxonomy_test.module |
Implements hook_taxonomy_term_insert(). |
|
|
taxonomy_test_taxonomy_term_load |
drupal/core/modules/system/tests/modules/taxonomy_test/taxonomy_test.module |
Implements hook_taxonomy_term_load(). |
|
|
taxonomy_test_taxonomy_term_update |
drupal/core/modules/system/tests/modules/taxonomy_test/taxonomy_test.module |
Implements hook_taxonomy_term_update(). |
|
|
taxonomy_test_taxonomy_term_view |
drupal/core/modules/system/tests/modules/taxonomy_test/taxonomy_test.module |
Implements hook_taxonomy_term_view(). |
|
|
taxonomy_theme |
drupal/core/modules/taxonomy/taxonomy.module |
Implements hook_theme(). |
|
|
taxonomy_tokens |
drupal/core/modules/taxonomy/taxonomy.tokens.inc |
Implements hook_tokens(). |
|
|
taxonomy_token_info |
drupal/core/modules/taxonomy/taxonomy.tokens.inc |
Implements hook_token_info(). |
|
|
taxonomy_uninstall |
drupal/core/modules/taxonomy/taxonomy.install |
Implements hook_uninstall(). |
|
|
taxonomy_update_8000 |
drupal/core/modules/taxonomy/taxonomy.install |
Remove the {taxonomy_vocabulary}.module field. |
|
|
taxonomy_update_8001 |
drupal/core/modules/taxonomy/taxonomy.install |
Adds langcode field to {taxonomy_term_data} and {taxonomy_vocabulary}. |
|
|
taxonomy_update_8002 |
drupal/core/modules/taxonomy/taxonomy.install |
Create a UUID column for taxonomy terms. |
|
|
taxonomy_update_8003 |
drupal/core/modules/taxonomy/taxonomy.install |
Generate a UUID for all terms. |
|
|
taxonomy_views_data |
drupal/core/modules/taxonomy/taxonomy.views.inc |
Implements hook_views_data(). |
|
|
taxonomy_views_data_alter |
drupal/core/modules/taxonomy/taxonomy.views.inc |
Implements hook_views_data_alter(). |
|
|
taxonomy_vocabulary_add |
drupal/core/modules/taxonomy/taxonomy.admin.inc |
Page callback: provides the vocabulary creation form. |
|
1 |
taxonomy_vocabulary_confirm_delete |
drupal/core/modules/taxonomy/taxonomy.admin.inc |
Form builder for the vocabulary delete confirmation form. |
1 |
|
taxonomy_vocabulary_confirm_delete_submit |
drupal/core/modules/taxonomy/taxonomy.admin.inc |
Submit handler to delete a vocabulary after confirmation. |
|
1 |