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