function 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\ControllerCode
public function systemAdminMenuBlockPage() {
  return $this->systemManager
    ->getBlockContents();
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.