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_save
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
20 calls to taxonomy_vocabulary_save()
DefaultViewsTest::setUp
in drupal/
core/
modules/
views/
lib/
Drupal/
views/
Tests/
DefaultViewsTest.php
Sets up a Drupal site for running functional and integration tests.
EntityCrudHookTest::testTaxonomyTermHooks
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
Entity/
EntityCrudHookTest.php
Tests hook invocations for CRUD operations on taxonomy terms.
EntityCrudHookTest::testTaxonomyVocabularyHooks
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
Entity/
EntityCrudHookTest.php
Tests hook invocations for CRUD operations on taxonomy vocabularies.
FieldUiTestBase::setUp
in drupal/
core/
modules/
field_ui/
lib/
Drupal/
field_ui/
Tests/
FieldUiTestBase.php
Sets up a Drupal site for running functional and integration tests.
ForumTest::doAdminTests
in drupal/
core/
modules/
forum/
lib/
Drupal/
forum/
Tests/
ForumTest.php
Runs admin tests on the admin user.
ForumTest::editForumTaxonomy
in drupal/
core/
modules/
forum/
lib/
Drupal/
forum/
Tests/
ForumTest.php
Edits the forum taxonomy.
forum_enable
in drupal/
core/
modules/
forum/
forum.install
Implements
hook_enable
().
ManageFieldsTest::setUp
in drupal/
core/
modules/
field_ui/
lib/
Drupal/
field_ui/
Tests/
ManageFieldsTest.php
Sets up a Drupal site for running functional and integration tests.
standard_install
in drupal/
core/
profiles/
standard/
standard.install
Implements
hook_install
().
TaxonomyTestBase::createVocabulary
in drupal/
core/
modules/
taxonomy/
lib/
Drupal/
taxonomy/
Tests/
TaxonomyTestBase.php
Returns a new vocabulary with random properties.
taxonomy_check_vocabulary_hierarchy
in drupal/
core/
modules/
taxonomy/
taxonomy.module
Checks and updates the hierarchy flag of a vocabulary.
taxonomy_overview_terms_submit
in drupal/
core/
modules/
taxonomy/
taxonomy.admin.inc
Submit handler for terms overview form.
taxonomy_overview_vocabularies_submit
in drupal/
core/
modules/
taxonomy/
taxonomy.admin.inc
Submit handler for vocabularies overview. Updates changed vocabulary weights.
TermFieldTest::testTaxonomyTermFieldChangeMachineName
in drupal/
core/
modules/
taxonomy/
lib/
Drupal/
taxonomy/
Tests/
TermFieldTest.php
Tests that vocabulary machine name changes are mirrored in field definitions.
TermFormController::save
in drupal/
core/
modules/
taxonomy/
lib/
Drupal/
taxonomy/
TermFormController.php
Overrides
Drupal\Core\Entity\EntityFormController::save
().
VocabularyFormController::save
in drupal/
core/
modules/
taxonomy/
lib/
Drupal/
taxonomy/
VocabularyFormController.php
Overrides
Drupal\Core\Entity\EntityFormController::save
().
VocabularyUnitTest::testTaxonomyVocabularyChangeMachineName
in drupal/
core/
modules/
taxonomy/
lib/
Drupal/
taxonomy/
Tests/
VocabularyUnitTest.php
Tests that machine name changes are properly reflected.
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.
VocabularyUnitTest::testUninstallReinstall
in drupal/
core/
modules/
taxonomy/
lib/
Drupal/
taxonomy/
Tests/
VocabularyUnitTest.php
Test uninstall and reinstall of the taxonomy module.