15 calls to taxonomy_term_save()

DefaultViewsTest::createTerm in drupal/core/modules/views/lib/Drupal/views/Tests/DefaultViewsTest.php
Returns a new term with random properties in vocabulary $vid.
EntityCrudHookTest::testTaxonomyTermHooks in drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityCrudHookTest.php
Tests hook invocations for CRUD operations on taxonomy terms.
EntityFilteringThemeTest::setUp in drupal/core/modules/system/lib/Drupal/system/Tests/Theme/EntityFilteringThemeTest.php
Sets up a Drupal site for running functional and integration tests.
forum_enable in drupal/core/modules/forum/forum.install
Implements hook_enable().
forum_form_submit in drupal/core/modules/forum/forum.admin.inc
Form submission handler for forum_form_forum() and forum_form_container().
TaxonomyTestBase::createTerm in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TaxonomyTestBase.php
Returns a new term with random properties in vocabulary $vid.
taxonomy_field_presave in drupal/core/modules/taxonomy/taxonomy.module
Implements hook_field_presave().
TermFormController::save in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/TermFormController.php
Overrides Drupal\Core\Entity\EntityFormController::save().
TermIndexTest::testTaxonomyTermHierarchyBreadcrumbs in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TermIndexTest.php
Tests that there is a link to the parent term on the child term page.
TermTest::testTaxonomyGetTermByName in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TermTest.php
Test taxonomy_term_load_multiple_by_name().
TermTest::testTaxonomyTermHierarchy in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TermTest.php
Test terms in a single and multiple hierarchy.
TermTest::testTermAutocompletion in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TermTest.php
Tests term autocompletion edge cases with slashes in the names.
TermTest::testTermInterface in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TermTest.php
Save, edit and delete a term using the user interface.
TermUnitTest::testTaxonomyVocabularyTree in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TermUnitTest.php
Test a taxonomy with terms that have multiple parents of different depths.
VocabularyUnitTest::testTaxonomyVocabularyDeleteWithTerms in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/VocabularyUnitTest.php
Test deleting a taxonomy that contains terms.