18 calls to taxonomy_vocabulary_save()

EntityCrudHookTestCase::testTaxonomyTermHooks in drupal/modules/simpletest/tests/entity_crud_hook_test.test
Tests hook invocations for CRUD operations on taxonomy terms.
EntityCrudHookTestCase::testTaxonomyVocabularyHooks in drupal/modules/simpletest/tests/entity_crud_hook_test.test
Tests hook invocations for CRUD operations on taxonomy vocabularies.
ForumTestCase::editForumTaxonomy in drupal/modules/forum/forum.test
Edits the forum taxonomy.
forum_enable in drupal/modules/forum/forum.install
Implements hook_enable().
PagePreviewTestCase::setUp in drupal/modules/node/node.test
Sets up a Drupal site for running functional and integration tests.
standard_install in drupal/profiles/standard/standard.install
Implements hook_install().
TaxonomyTermFieldTestCase::testTaxonomyTermFieldChangeMachineName in drupal/modules/taxonomy/taxonomy.test
Tests that vocabulary machine name changes are mirrored in field definitions.
TaxonomyVocabularyTestCase::testTaxonomyVocabularyChangeMachineName in drupal/modules/taxonomy/taxonomy.test
Tests that machine name changes are properly reflected.
TaxonomyVocabularyTestCase::testTaxonomyVocabularyLoadMultiple in drupal/modules/taxonomy/taxonomy.test
Tests for loading multiple vocabularies.
TaxonomyVocabularyTestCase::testTaxonomyVocabularyLoadStaticReset in drupal/modules/taxonomy/taxonomy.test
Ensure that the vocabulary static reset works correctly.
TaxonomyVocabularyTestCase::testUninstallReinstall in drupal/modules/taxonomy/taxonomy.test
Test uninstall and reinstall of the taxonomy module.
TaxonomyWebTestCase::createVocabulary in drupal/modules/taxonomy/taxonomy.test
Returns a new vocabulary with random properties.
taxonomy_check_vocabulary_hierarchy in drupal/modules/taxonomy/taxonomy.module
Checks and updates the hierarchy flag of a vocabulary.
taxonomy_form_term_submit in drupal/modules/taxonomy/taxonomy.admin.inc
Submit handler to insert or update a term.
taxonomy_form_vocabulary_submit in drupal/modules/taxonomy/taxonomy.admin.inc
Form submission handler for taxonomy_form_vocabulary().
taxonomy_overview_terms_submit in drupal/modules/taxonomy/taxonomy.admin.inc
Submit handler for terms overview form.
taxonomy_overview_vocabularies_submit in drupal/modules/taxonomy/taxonomy.admin.inc
Submit handler for vocabularies overview. Updates changed vocabulary weights.
TriggerOtherTestCase::testActionsTaxonomy in drupal/modules/trigger/trigger.test
Tests triggering on taxonomy new term.