TaxonomyHooksTestCase::testTaxonomyTermHooks in core/modules/taxonomy/tests/taxonomy.test
Test that hooks are run correctly on creating, editing, viewing, and deleting a term.
TaxonomyLanguageFunctionalTest::testNodeTermLanguageCreation in core/modules/taxonomy/tests/taxonomy.test
Test term creation with a free-tagging vocabulary from the node form.
TaxonomyTermTestCase::testNodeTermCreationAndDeletion in core/modules/taxonomy/tests/taxonomy.test
Test term creation with a free-tagging vocabulary from the node form.
TaxonomyTermTestCase::testTaxonomyGetTermByName in core/modules/taxonomy/tests/taxonomy.test
Test taxonomy_term_load_multiple_by_name().
TaxonomyTermTestCase::testTermInterface in core/modules/taxonomy/tests/taxonomy.test
Save, edit and delete a term using the user interface.
TaxonomyTermTestCase::testTermMultipleParentsInterface in core/modules/taxonomy/tests/taxonomy.test
Test saving a term with multiple parents through the UI.
taxonomy_get_term_by_name in core/modules/taxonomy/taxonomy.module
Legacy wrapper to try to map a string to an existing term.