function AdminController::__construct

Same name and namespace in other branches
  1. 9 core/modules/system/src/Controller/AdminController.php \Drupal\system\Controller\AdminController::__construct()
  2. 8.9.x core/modules/system/src/Controller/AdminController.php \Drupal\system\Controller\AdminController::__construct()
  3. 10 core/modules/system/src/Controller/AdminController.php \Drupal\system\Controller\AdminController::__construct()

AdminController constructor.

File

core/modules/system/src/Controller/AdminController.php, line 18

Class

AdminController
Controller for admin section.

Namespace

Drupal\system\Controller

Code

public function __construct(ModuleExtensionList $moduleExtensionList, ModuleAdminLinksHelper $moduleAdminLinks, ModulePermissionsLinkHelper $modulePermissionsLinks) {
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.