public function BreakpointGroupInterface::addBreakpoints

Adds one or more breakpoints to this group.

The breakpoint name is either the machine_name or the ID of a breakpoint.

Parameters

array $breakpoints: Array containing breakpoints keyed by their ID.

1 method overrides BreakpointGroupInterface::addBreakpoints()
BreakpointGroup::addBreakpoints in drupal/core/modules/breakpoint/lib/Drupal/breakpoint/Plugin/Core/Entity/BreakpointGroup.php
Adds one or more breakpoints to this group.

File

drupal/core/modules/breakpoint/lib/Drupal/breakpoint/BreakpointGroupInterface.php, line 46
Contains \Drupal\breakpoint\Plugin\Core\Entity\BreakpointGroupInterface.

Class

BreakpointGroupInterface
Provides an interface defining a breakpoint group entity.

Namespace

Drupal\breakpoint

Code

public function addBreakpoints($breakpoints);