protected property TermStorage::$treeParents in Drupal 10
Same name and namespace in other branches
- 8 core/modules/taxonomy/src/TermStorage.php \Drupal\taxonomy\TermStorage::treeParents
- 9 core/modules/taxonomy/src/TermStorage.php \Drupal\taxonomy\TermStorage::treeParents
Array of term parents keyed by vocabulary ID and child term ID.
Type: array
File
- core/
modules/ taxonomy/ src/ TermStorage.php, line 19
Class
- TermStorage
- Defines a Controller class for taxonomy terms.
Namespace
Drupal\taxonomyCode
protected $treeParents = [];