- EntityCrudHookTestCase::testTaxonomyTermHooks in modules/
entity/ tests/ entity_crud_hook_test.test - Tests hook invocations for CRUD operations on taxonomy terms.
- PagePreviewTestCase::setUp in modules/
node/ tests/ node.test - Sets up a Backdrop site for running functional and integration tests.
- PathPatternBulkUpdateTestCase::testBulkUpdate in modules/
path/ tests/ path_pattern.test - PathPatternTestHelper::addTerm in modules/
path/ tests/ path_pattern.test - taxonomy_field_presave in modules/
taxonomy/ taxonomy.module - Implements hook_field_presave().
- taxonomy_form_term_submit in modules/
taxonomy/ taxonomy.admin.inc - Submit handler to insert or update a term.
- TaxonomyQueryAlterTestCase::testTaxonomyQueryAlter in modules/
taxonomy/ tests/ taxonomy.test - Tests that appropriate tags are added when querying the database.
- TaxonomyTermIndexTestCase::testTaxonomyTermHierarchyBreadcrumbs in modules/
taxonomy/ tests/ taxonomy.test - Tests that there is a link to the parent term on the child term page.
- TaxonomyTermTestCase::testTaxonomyGetTermByName in modules/
taxonomy/ tests/ taxonomy.test - Test taxonomy_term_load_multiple_by_name().
- TaxonomyTermTestCase::testTaxonomyTermHierarchy in modules/
taxonomy/ tests/ taxonomy.test - Test terms in a single and multiple hierarchy.
- TaxonomyTermTestCase::testTermInterface in modules/
taxonomy/ tests/ taxonomy.test - Save, edit and delete a term using the user interface.
- TaxonomyTermUnitTest::testTaxonomyVocabularyTree in modules/
taxonomy/ tests/ taxonomy.test - Test a taxonomy with terms that have multiple parents of different depths.
- TaxonomyViewsHandlerRelationshipNodeTermDataTest::createTerm in modules/
taxonomy/ tests/ taxonomy_views_handler_relationship_node_term_data.test - Returns a new term with random properties in vocabulary $vid.
- TaxonomyVocabularyUnitTest::testTaxonomyVocabularyDeleteWithTerms in modules/
taxonomy/ tests/ taxonomy.test - Test deleting a taxonomy that contains terms.
- TaxonomyWebTestCase::createTerm in modules/
taxonomy/ tests/ taxonomy.test - Returns a new term with random properties in the given vocabulary.
- TokenTaxonomyTestCase::addTerm in modules/
simpletest/ tests/ token.test - ViewsHandlerManyToOneTest::createTerm in modules/
views/ tests/ handlers/ views_handler_manytoone.test - Returns a new term with random properties.
- ViewsUIWizardDefaultViewsTestCase::testDefaultViews in modules/
views/ tests/ views_ui.test - Tests default views.
- ViewsUIWizardJumpMenuTestCase::createTaxonomyTermAndGetPath in modules/
views/ tests/ views_ui.test - Helper function to create a taxonomy term and return its expected path.