You are here

protected property TermStorage::$trees in Zircon Profile 8.0

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

Array of loaded trees keyed by a cache id matching tree arguments.

Type: array

File

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

Class

TermStorage
Defines a Controller class for taxonomy terms.

Namespace

Drupal\taxonomy

Code

protected $trees = array();