You are here

public function SystemController::systemAdminMenuBlockPage in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/system/src/Controller/SystemController.php \Drupal\system\Controller\SystemController::systemAdminMenuBlockPage()

Provides a single block from the administration menu as a page.

4 string references to 'SystemController::systemAdminMenuBlockPage'
field_ui.routing.yml in core/modules/field_ui/field_ui.routing.yml
core/modules/field_ui/field_ui.routing.yml
menu_test.routing.yml in core/modules/system/tests/modules/menu_test/menu_test.routing.yml
core/modules/system/tests/modules/menu_test/menu_test.routing.yml
system.routing.yml in core/modules/system/system.routing.yml
core/modules/system/system.routing.yml
user.routing.yml in core/modules/user/user.routing.yml
core/modules/user/user.routing.yml

File

core/modules/system/src/Controller/SystemController.php, line 191

Class

SystemController
Returns responses for System routes.

Namespace

Drupal\system\Controller

Code

public function systemAdminMenuBlockPage() {
  return $this->systemManager
    ->getBlockContents();
}