function Toolbar::breakpointManager
Wraps the breakpoint manager.
Return value
\Drupal\breakpoint\BreakpointManagerInterface
File
- 
              core/
modules/ toolbar/ src/ Element/ Toolbar.php, line 100  
Class
- Toolbar
 - Provides a render element for the default Drupal toolbar.
 
Namespace
Drupal\toolbar\ElementCode
protected static function breakpointManager() {
  return \Drupal::service('breakpoint.manager');
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.