You are here

public function SitemapController::__construct in Site map 8

Constructs update status data.

Parameters

\Drupal\Core\Extension\ModuleHandlerInterface $module_handler: Module Handler Service.

File

src/Controller/SitemapController.php, line 27

Class

SitemapController
Controller routines for update routes.

Namespace

Drupal\site_map\Controller

Code

public function __construct(ModuleHandlerInterface $module_handler) {
  $this->moduleHandler = $module_handler;
}