Skip to main content
Hostdog docs
Documentation & API reference
Main menu
Drupal 7
Drupal 8
Drupal 9
You are here
Home
»
API reference
»
Drupal 9.x
»
taxonomy.module
»
taxonomy_vocabulary_delete
Search Drupal 9.x
Function, class, file, topic, etc.
*
Partial match search is supported
API Navigation
Drupal 9.x
Topics
Classes
Functions
Files
Namespaces
Constants
Globals
Deprecated
8 calls to taxonomy_vocabulary_delete()
EntityCrudHookTest::testTaxonomyVocabularyHooks
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
Entity/
EntityCrudHookTest.php
Tests hook invocations for CRUD operations on taxonomy vocabularies.
taxonomy_vocabulary_confirm_delete_submit
in drupal/
core/
modules/
taxonomy/
taxonomy.admin.inc
Submit handler to delete a vocabulary after confirmation.
TermFieldMultipleVocabularyTest::testTaxonomyTermFieldMultipleVocabularies
in drupal/
core/
modules/
taxonomy/
lib/
Drupal/
taxonomy/
Tests/
TermFieldMultipleVocabularyTest.php
Tests term reference field and widget with multiple vocabularies.
TermFieldTest::testTaxonomyTermFieldWidgets
in drupal/
core/
modules/
taxonomy/
lib/
Drupal/
taxonomy/
Tests/
TermFieldTest.php
Test widgets.
VocabularyTest::testTaxonomyAdminNoVocabularies
in drupal/
core/
modules/
taxonomy/
lib/
Drupal/
taxonomy/
Tests/
VocabularyTest.php
Test the vocabulary overview with no vocabularies.
VocabularyUnitTest::testTaxonomyVocabularyDeleteWithTerms
in drupal/
core/
modules/
taxonomy/
lib/
Drupal/
taxonomy/
Tests/
VocabularyUnitTest.php
Test deleting a taxonomy that contains terms.
VocabularyUnitTest::testTaxonomyVocabularyLoadMultiple
in drupal/
core/
modules/
taxonomy/
lib/
Drupal/
taxonomy/
Tests/
VocabularyUnitTest.php
Tests for loading multiple vocabularies.
VocabularyUnitTest::testTaxonomyVocabularyLoadStaticReset
in drupal/
core/
modules/
taxonomy/
lib/
Drupal/
taxonomy/
Tests/
VocabularyUnitTest.php
Ensure that the vocabulary static reset works correctly.