Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. Toolbar.php

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\Element

Code

protected static function breakpointManager() {
    return \Drupal::service('breakpoint.manager');
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal