taxonomy_del_term

Functions that call taxonomy_del_term()

Namesort iconLocationDescription
forum_confirm_delete_submitmodules/forum/forum.admin.incImplementation of forms api _submit call. Deletes a forum after confirmation.
taxonomy_del_termmodules/taxonomy/taxonomy.moduleDelete a term.
taxonomy_del_vocabularymodules/taxonomy/taxonomy.moduleDelete a vocabulary.
taxonomy_save_termmodules/taxonomy/taxonomy.moduleHelper function for taxonomy_form_term_submit().
taxonomy_term_confirm_delete_submitmodules/taxonomy/taxonomy.admin.incSubmit handler to delete a term after confirmation. See alsotaxonomy_term_confirm_delete()

Functions called by taxonomy_del_term()

Namesort iconLocationDescription
cache_clear_allincludes/cache.incExpire data from the cache. If called without arguments, expirable entries will be cleared from the cache_page and cache_block tables.
db_queryincludes/database.pgsql.incRuns a basic query in the active database.
module_invoke_allincludes/module.incInvoke a hook in all enabled modules that implement it.
taxonomy_del_termmodules/taxonomy/taxonomy.moduleDelete a term.
taxonomy_get_childrenmodules/taxonomy/taxonomy.moduleFind all children of a term ID.
taxonomy_get_parentsmodules/taxonomy/taxonomy.moduleFind all parents of a given term ID.
taxonomy_get_termmodules/taxonomy/taxonomy.moduleReturn the term object matching a term ID.
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.