You are here

public function ModalHelpController::__construct in Modal 4.1.x

Same name and namespace in other branches
  1. 8.3 src/Controller/ModalHelpController.php \Drupal\modal_page\Controller\ModalHelpController::__construct()
  2. 8.2 src/Controller/ModalHelpController.php \Drupal\modal_page\Controller\ModalHelpController::__construct()
  3. 5.0.x src/Controller/ModalHelpController.php \Drupal\modal_page\Controller\ModalHelpController::__construct()
  4. 4.0.x src/Controller/ModalHelpController.php \Drupal\modal_page\Controller\ModalHelpController::__construct()

Creates a new HelpController.

File

src/Controller/ModalHelpController.php, line 40

Class

ModalHelpController
Controller routines for help routes.

Namespace

Drupal\modal_page\Controller

Code

public function __construct(RouteMatchInterface $route_match, ExtensionList $extension_list_module, ConfigFactoryInterface $config_factory) {
  $this->routeMatch = $route_match;
  $this->extensionListModule = $extension_list_module;
  $this->configFactory = $config_factory;
}