function Toolbar::breakpointManager
Same name in other branches
- 9 core/modules/toolbar/src/Element/Toolbar.php \Drupal\toolbar\Element\Toolbar::breakpointManager()
- 10 core/modules/toolbar/src/Element/Toolbar.php \Drupal\toolbar\Element\Toolbar::breakpointManager()
- 11.x core/modules/toolbar/src/Element/Toolbar.php \Drupal\toolbar\Element\Toolbar::breakpointManager()
Wraps the breakpoint manager.
Return value
\Drupal\breakpoint\BreakpointManagerInterface
File
-
core/
modules/ toolbar/ src/ Element/ Toolbar.php, line 103
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.