function BreakpointManagerInterface::getBreakpointsByGroup
Same name in other branches
- 9 core/modules/breakpoint/src/BreakpointManagerInterface.php \Drupal\breakpoint\BreakpointManagerInterface::getBreakpointsByGroup()
- 10 core/modules/breakpoint/src/BreakpointManagerInterface.php \Drupal\breakpoint\BreakpointManagerInterface::getBreakpointsByGroup()
- 11.x core/modules/breakpoint/src/BreakpointManagerInterface.php \Drupal\breakpoint\BreakpointManagerInterface::getBreakpointsByGroup()
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.
1 method overrides BreakpointManagerInterface::getBreakpointsByGroup()
- BreakpointManager::getBreakpointsByGroup in core/
modules/ breakpoint/ src/ BreakpointManager.php - Gets breakpoints for the specified group.
File
-
core/
modules/ breakpoint/ src/ BreakpointManagerInterface.php, line 19
Class
- BreakpointManagerInterface
- Defines an interface for breakpoint managers.
Namespace
Drupal\breakpointCode
public function getBreakpointsByGroup($group);
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.