14 calls to taxonomy_term_save()

EntityCrudHookTestCase::testTaxonomyTermHooks in drupal-7.x/modules/simpletest/tests/entity_crud_hook_test.test
Tests hook invocations for CRUD operations on taxonomy terms.
forum_enable in drupal-7.x/modules/forum/forum.install
Implements hook_enable().
forum_form_submit in drupal-7.x/modules/forum/forum.admin.inc
Form submission handler for forum_form_forum() and forum_form_container().
TaxonomyTermFunctionTestCase::testTaxonomyVocabularyTree in drupal-7.x/modules/taxonomy/taxonomy.test
Test a taxonomy with terms that have multiple parents of different depths.
TaxonomyTermIndexTestCase::testTaxonomyTermHierarchyBreadcrumbs in drupal-7.x/modules/taxonomy/taxonomy.test
Tests that there is a link to the parent term on the child term page.
TaxonomyTermTestCase::testTaxonomyGetTermByName in drupal-7.x/modules/taxonomy/taxonomy.test
Test taxonomy_get_term_by_name().
TaxonomyTermTestCase::testTaxonomyTermHierarchy in drupal-7.x/modules/taxonomy/taxonomy.test
Test terms in a single and multiple hierarchy.
TaxonomyTermTestCase::testTermAutocompletion in drupal-7.x/modules/taxonomy/taxonomy.test
Tests term autocompletion edge cases with slashes in the names.
TaxonomyTermTestCase::testTermInterface in drupal-7.x/modules/taxonomy/taxonomy.test
Save, edit and delete a term using the user interface.
TaxonomyVocabularyTestCase::testTaxonomyVocabularyDeleteWithTerms in drupal-7.x/modules/taxonomy/taxonomy.test
Test deleting a taxonomy that contains terms.
TaxonomyWebTestCase::createTerm in drupal-7.x/modules/taxonomy/taxonomy.test
Returns a new term with random properties in vocabulary $vid.
taxonomy_field_presave in drupal-7.x/modules/taxonomy/taxonomy.module
Implements hook_field_presave().
taxonomy_form_term_submit in drupal-7.x/modules/taxonomy/taxonomy.admin.inc
Submit handler to insert or update a term.
TriggerOtherTestCase::testActionsTaxonomy in drupal-7.x/modules/trigger/trigger.test
Tests triggering on taxonomy new term.