You are here

protected property BreakpointManager::$breakpointsByGroup in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/breakpoint/src/BreakpointManager.php \Drupal\breakpoint\BreakpointManager::breakpointsByGroup
  2. 9 core/modules/breakpoint/src/BreakpointManager.php \Drupal\breakpoint\BreakpointManager::breakpointsByGroup

Static cache of breakpoints keyed by group.

Type: array

File

core/modules/breakpoint/src/BreakpointManager.php, line 82

Class

BreakpointManager
Defines a breakpoint plugin manager to deal with breakpoints.

Namespace

Drupal\breakpoint

Code

protected $breakpointsByGroup;