You are here

public function UltimenuManager::getTool in Ultimenu 8.2

Returns the tool service.

File

src/UltimenuManager.php, line 144

Class

UltimenuManager
Implements UltimenuManagerInterface.

Namespace

Drupal\ultimenu

Code

public function getTool() {
  return $this->tool;
}