You are here

public function TreeItem::getNode in Views tree 8.2

Get the tree node.

Return value

mixed The tree node.

File

src/TreeItem.php, line 43

Class

TreeItem
Defines a tree item class.

Namespace

Drupal\views_tree

Code

public function getNode() {
  return $this->node;
}