You are here

public function TreeHelper::__construct in Views tree 8.2

Constructs the tree helper.

Parameters

\Drupal\views_tree\ViewsResultTreeValues $tree_values: The tree values service.

File

src/TreeHelper.php, line 27

Class

TreeHelper
The tree helper service.

Namespace

Drupal\views_tree

Code

public function __construct(ViewsResultTreeValues $tree_values) {
  $this->treeValues = $tree_values;
}