public function ImceHelpController::__construct in IMCE 8.2
Same name and namespace in other branches
- 8 src/Controller/ImceHelpController.php \Drupal\imce\Controller\ImceHelpController::__construct()
Creates a new HelpController.
Parameters
\Drupal\Core\Routing\RouteMatchInterface $route_match: The current route match.
\Drupal\Core\Extension\ModuleExtensionList $extension_list_module: The list of available modules.
File
- src/
Controller/ ImceHelpController.php, line 37
Class
- ImceHelpController
- Controller routines for help routes.
Namespace
Drupal\imce\ControllerCode
public function __construct(RouteMatchInterface $route_match, ModuleExtensionList $extension_list_module) {
$this->routeMatch = $route_match;
$this->extensionListModule = $extension_list_module;
}