You are here

protected property BreakpointManager::$instances in Zircon Profile 8.0

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

The plugin instances.

Type: array

File

core/modules/breakpoint/src/BreakpointManager.php, line 94
Contains \Drupal\breakpoint\BreakpointManager.

Class

BreakpointManager
Defines a breakpoint plugin manager to deal with breakpoints.

Namespace

Drupal\breakpoint

Code

protected $instances = array();