Skip to main content
Hostdog docs
Documentation & API reference
Main menu
Drupal 7
Drupal 8
Drupal 9
You are here
Home
»
API reference
»
Drupal 8.x
»
taxonomy.module
»
taxonomy_term_load_parents
Search Drupal 8.x
Function, class, file, topic, etc.
*
Partial match search is supported
API Navigation
Drupal 8.x
Topics
Classes
Functions
Files
Namespaces
Services
Constants
Globals
Deprecated
8 calls to taxonomy_term_load_parents()
taxonomy_term_load_parents_all
in drupal/
core/
modules/
taxonomy/
taxonomy.module
Find all ancestors of a given term ID.
taxonomy_term_page
in drupal/
core/
modules/
taxonomy/
taxonomy.pages.inc
Menu callback; displays all nodes associated with a term.
taxonomy_tokens
in drupal/
core/
modules/
taxonomy/
taxonomy.tokens.inc
Implements
hook_tokens
().
TermFormController::form
in drupal/
core/
modules/
taxonomy/
lib/
Drupal/
taxonomy/
TermFormController.php
Overrides
Drupal\Core\Entity\EntityFormController::form
().
TermStorageController::postDelete
in drupal/
core/
modules/
taxonomy/
lib/
Drupal/
taxonomy/
TermStorageController.php
Overrides
Drupal\Core\Entity\DatabaseStorageController::postDelete
().
TermTest::testTaxonomyTermHierarchy
in drupal/
core/
modules/
taxonomy/
lib/
Drupal/
taxonomy/
Tests/
TermTest.php
Test terms in a single and multiple hierarchy.
TermTest::testTermMultipleParentsInterface
in drupal/
core/
modules/
taxonomy/
lib/
Drupal/
taxonomy/
Tests/
TermTest.php
Test saving a term with multiple parents through the UI.
_forum_parent_select
in drupal/
core/
modules/
forum/
forum.admin.inc
Returns a select box for available parent terms.