taxonomy_del_vocabulary

Functions that call taxonomy_del_vocabulary()

Namesort iconLocationDescription
forum_uninstallmodules/forum/forum.installImplementation of hook_uninstall().
taxonomy_del_vocabularymodules/taxonomy/taxonomy.moduleDelete a vocabulary.
taxonomy_vocabulary_confirm_delete_submitmodules/taxonomy/taxonomy.admin.incSubmit handler to delete a vocabulary after confirmation. See alsotaxonomy_vocabulary_confirm_delete()

Functions called by taxonomy_del_vocabulary()

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_fetch_objectincludes/database.pgsql.incFetch one result row from the previous query as an object.
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_del_vocabularymodules/taxonomy/taxonomy.moduleDelete a vocabulary.
taxonomy_vocabulary_loadmodules/taxonomy/taxonomy.moduleReturn the vocabulary object matching a vocabulary 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.