Skip to main content
Hostdog docs
Documentation & API reference
Main menu
Drupal 7
Drupal 8
Drupal 9
You are here
Home
»
API reference
»
Drupal 7.x
»
taxonomy.module
»
taxonomy_get_tree
Search Drupal 7.x
Function, class, file, topic, etc.
*
Partial match search is supported
API Navigation
Drupal 7.x
Topics
Classes
Functions
Files
Namespaces
Constants
Globals
14 calls to taxonomy_get_tree()
ForumTestCase::testAddOrphanTopic
in drupal/
modules/
forum/
forum.test
Tests that forum nodes can't be added without a parent.
forum_forum_load
in drupal/
modules/
forum/
forum.module
Returns a tree of all forums for a given taxonomy term ID.
hook_options_list
in drupal/
modules/
field/
modules/
options/
options.api.php
Returns the list of options to be displayed for a field.
NodeAccessPagerTestCase::testForumPager
in drupal/
modules/
node/
node.test
Tests the forum node pager for nodes with multiple grants per realm.
TaxonomyQueryAlterTestCase::testTaxonomyQueryAlter
in drupal/
modules/
taxonomy/
taxonomy.test
Tests that appropriate tags are added when querying the database.
TaxonomyTermFunctionTestCase::testTaxonomyVocabularyTree
in drupal/
modules/
taxonomy/
taxonomy.test
Test a taxonomy with terms that have multiple parents of different depths.
TaxonomyTermTestCase::testNodeTermCreationAndDeletion
in drupal/
modules/
taxonomy/
taxonomy.test
Test term creation with a free-tagging vocabulary from the node form.
TaxonomyTermTestCase::testTermReorder
in drupal/
modules/
taxonomy/
taxonomy.test
Save, edit and delete a term using the user interface.
taxonomy_allowed_values
in drupal/
modules/
taxonomy/
taxonomy.module
Returns the set of valid terms for a taxonomy field.
taxonomy_check_vocabulary_hierarchy
in drupal/
modules/
taxonomy/
taxonomy.module
Checks and updates the hierarchy flag of a vocabulary.
taxonomy_form_term
in drupal/
modules/
taxonomy/
taxonomy.admin.inc
Form function for the term edit form.
taxonomy_overview_terms
in drupal/
modules/
taxonomy/
taxonomy.admin.inc
Form builder for the taxonomy terms overview.
taxonomy_overview_terms_submit
in drupal/
modules/
taxonomy/
taxonomy.admin.inc
Submit handler for terms overview form.
_forum_parent_select
in drupal/
modules/
forum/
forum.admin.inc
Returns a select box for available parent terms.