Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. SystemController.php

function SystemController::systemAdminMenuBlockPage

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

3 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
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();
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal