17 calls to taxonomy_vocabulary_save()

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