protected static function Toolbar::breakpointManager in Zircon Profile 8
Same name and namespace in other branches
- 8.0 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 108 - Contains \Drupal\toolbar\Element\Toolbar.
Class
- Toolbar
- Provides a render element for the default Drupal toolbar.
Namespace
Drupal\toolbar\ElementCode
protected static function breakpointManager() {
return \Drupal::service('breakpoint.manager');
}