BreakpointManagerInterface::getBreakpointsByGroup

public BreakpointManagerInterface::getBreakpointsByGroup($group)

Gets breakpoints for the specified group.

Parameters

string $group: The breakpoint group to retrieve.

Return value

\Drupal\breakpoint\BreakpointInterface[] Array of breakpoint plugins keyed by machine name.

File

core/modules/breakpoint/src/BreakpointManagerInterface.php, line 19

Class

BreakpointManagerInterface
Defines an interface for breakpoint managers.

Namespace

Drupal\breakpoint

Code

public function getBreakpointsByGroup($group);
doc_Drupal
2016-10-29 08:48:55
Comments
Leave a Comment

Please login to continue.