You are here

public function ImportController::__construct in farmOS 2.x

Constructs a new ImportController.

Parameters

\Drupal\Core\Menu\MenuLinkTreeInterface $menu_link_tree: The menu link tree service.

File

modules/core/import/src/Controller/ImportController.php, line 32

Class

ImportController
Import controller.

Namespace

Drupal\farm_import\Controller

Code

public function __construct(MenuLinkTreeInterface $menu_link_tree) {
  $this->menuLinkTree = $menu_link_tree;
}