You are here

public function TourUIController::__construct in Tour UI 8

File

src/Controller/TourUIController.php, line 34

Class

TourUIController
Tour UI Controller.

Namespace

Drupal\tour_ui\Controller

Code

public function __construct(ModuleHandlerInterface $moduleHandler, Connection $database) {
  $this->moduleHandler = $moduleHandler;
  $this->database = $database;
}