You are here

public function UltimenuManager::getTree in Ultimenu 8.2

Returns the tool service.

File

src/UltimenuManager.php, line 151

Class

UltimenuManager
Implements UltimenuManagerInterface.

Namespace

Drupal\ultimenu

Code

public function getTree() {
  return $this->tree;
}