taxonomy_del_term
Functions that call taxonomy_del_term()
| Name | Location | Description |
|---|---|---|
| forum_confirm_delete_submit | modules/forum/forum.admin.inc | Implementation of forms api _submit call. Deletes a forum after confirmation. |
| taxonomy_del_term | modules/taxonomy/taxonomy.module | Delete a term. |
| taxonomy_del_vocabulary | modules/taxonomy/taxonomy.module | Delete a vocabulary. |
| taxonomy_save_term | modules/taxonomy/taxonomy.module | Helper function for taxonomy_form_term_submit(). |
| taxonomy_term_confirm_delete_submit | modules/taxonomy/taxonomy.admin.inc | Submit handler to delete a term after confirmation. See alsotaxonomy_term_confirm_delete() |
Functions called by taxonomy_del_term()
| Name | Location | Description |
|---|---|---|
| cache_clear_all | includes/cache.inc | Expire data from the cache. If called without arguments, expirable entries will be cleared from the cache_page and cache_block tables. |
| db_query | includes/database/database.inc | Execute an arbitrary query string against the active database. |
| module_invoke_all | includes/module.inc | Invoke a hook in all enabled modules that implement it. |
| taxonomy_del_term | modules/taxonomy/taxonomy.module | Delete a term. |
| taxonomy_get_children | modules/taxonomy/taxonomy.module | Find all children of a term ID. |
| taxonomy_get_parents | modules/taxonomy/taxonomy.module | Find all parents of a given term ID. |
| taxonomy_term_load | modules/taxonomy/taxonomy.module | Return the term object matching a term ID. |
