You are here

protected property TermStorage::$treeTerms in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/taxonomy/src/TermStorage.php \Drupal\taxonomy\TermStorage::treeTerms
  2. 10 core/modules/taxonomy/src/TermStorage.php \Drupal\taxonomy\TermStorage::treeTerms

Array of terms in a tree keyed by vocabulary ID and term ID.

Type: array

File

core/modules/taxonomy/src/TermStorage.php, line 33

Class

TermStorage
Defines a Controller class for taxonomy terms.

Namespace

Drupal\taxonomy

Code

protected $treeTerms = [];