public function BreakpointManagerInterface::getBreakpointsByGroup in Zircon Profile 8.0
Same name and namespace in other branches
- 8 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 24 - Contains \Drupal\breakpoint\BreakpointManagerInterface.
Class
- BreakpointManagerInterface
- Defines an interface for breakpoint managers.
Namespace
Drupal\breakpointCode
public function getBreakpointsByGroup($group);