function Toolbar::moduleHandler
Wraps the module handler.
Return value
\Drupal\Core\Extension\ModuleHandlerInterface
1 call to Toolbar::moduleHandler()
- Toolbar::preRenderToolbar in core/
modules/ toolbar/ src/ Element/ Toolbar.php  - Builds the Toolbar as a structured array ready for rendering.
 
File
- 
              core/
modules/ toolbar/ src/ Element/ Toolbar.php, line 109  
Class
- Toolbar
 - Provides a render element for the default Drupal toolbar.
 
Namespace
Drupal\toolbar\ElementCode
protected static function moduleHandler() {
  return \Drupal::moduleHandler();
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.