You are here

protected property WorkspaceRepository::$tree in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/workspaces/src/WorkspaceRepository.php \Drupal\workspaces\WorkspaceRepository::tree

An array of tree items, keyed by workspace IDs and sorted in tree order.

Type: array|null

File

core/modules/workspaces/src/WorkspaceRepository.php, line 34

Class

WorkspaceRepository
Provides the default workspace tree lookup operations.

Namespace

Drupal\workspaces

Code

protected $tree;