13 calls to taxonomy_get_tree()

ForumTestCase::testAddOrphanTopic in drupal-7.x/modules/forum/forum.test
Tests that forum nodes can't be added without a parent.
forum_forum_load in drupal-7.x/modules/forum/forum.module
Returns a tree of all forums for a given taxonomy term ID.
hook_options_list in drupal-7.x/modules/field/modules/options/options.api.php
Returns the list of options to be displayed for a field.
NodeAccessPagerTestCase::testForumPager in drupal-7.x/modules/node/node.test
Tests the forum node pager for nodes with multiple grants per realm.
TaxonomyTermFunctionTestCase::testTaxonomyVocabularyTree in drupal-7.x/modules/taxonomy/taxonomy.test
Test a taxonomy with terms that have multiple parents of different depths.
TaxonomyTermTestCase::testNodeTermCreationAndDeletion in drupal-7.x/modules/taxonomy/taxonomy.test
Test term creation with a free-tagging vocabulary from the node form.
TaxonomyTermTestCase::testTermReorder in drupal-7.x/modules/taxonomy/taxonomy.test
Save, edit and delete a term using the user interface.
taxonomy_allowed_values in drupal-7.x/modules/taxonomy/taxonomy.module
Returns the set of valid terms for a taxonomy field.
taxonomy_check_vocabulary_hierarchy in drupal-7.x/modules/taxonomy/taxonomy.module
Checks and updates the hierarchy flag of a vocabulary.
taxonomy_form_term in drupal-7.x/modules/taxonomy/taxonomy.admin.inc
Form function for the term edit form.
taxonomy_overview_terms in drupal-7.x/modules/taxonomy/taxonomy.admin.inc
Form builder for the taxonomy terms overview.
taxonomy_overview_terms_submit in drupal-7.x/modules/taxonomy/taxonomy.admin.inc
Submit handler for terms overview form.
_forum_parent_select in drupal-7.x/modules/forum/forum.admin.inc
Returns a select box for available parent terms.