You are here

protected property TermStorage::$parentsAll in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/taxonomy/src/TermStorage.php \Drupal\taxonomy\TermStorage::parentsAll

Array of all loaded term ancestry keyed by ancestor term ID.

Type: array

File

core/modules/taxonomy/src/TermStorage.php, line 30
Contains \Drupal\taxonomy\TermStorage.

Class

TermStorage
Defines a Controller class for taxonomy terms.

Namespace

Drupal\taxonomy

Code

protected $parentsAll = array();