14 calls to taxonomy_get_tree()

forum_forum_load in drupal/core/modules/forum/forum.module
Returns a tree of all forums for a given taxonomy term ID.
hook_options_list in drupal/core/modules/options/options.api.php
Returns the list of options to be displayed for a field.
NodeAccessPagerTest::testForumPager in drupal/core/modules/node/lib/Drupal/node/Tests/NodeAccessPagerTest.php
Tests the forum node pager for nodes with multiple grants per realm.
TaxonomyIndexTid::valueForm in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/views/filter/TaxonomyIndexTid.php
Options form subform for setting options.
taxonomy_allowed_values in drupal/core/modules/taxonomy/taxonomy.module
Returns the set of valid terms for a taxonomy field.
taxonomy_check_vocabulary_hierarchy in drupal/core/modules/taxonomy/taxonomy.module
Checks and updates the hierarchy flag of a vocabulary.
taxonomy_overview_terms in drupal/core/modules/taxonomy/taxonomy.admin.inc
Form builder for the taxonomy terms overview.
taxonomy_overview_terms_submit in drupal/core/modules/taxonomy/taxonomy.admin.inc
Submit handler for terms overview form.
TermFormController::form in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/TermFormController.php
Overrides Drupal\Core\Entity\EntityFormController::form().
TermSelection::getReferencableEntities in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/entity_reference/selection/TermSelection.php
Overrides SelectionBase::getReferencableEntities().
TermTest::testNodeTermCreationAndDeletion in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TermTest.php
Test term creation with a free-tagging vocabulary from the node form.
TermTest::testTermReorder 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.
_forum_parent_select in drupal/core/modules/forum/forum.admin.inc
Returns a select box for available parent terms.