public function BreakpointManagerInterface::getGroups in Drupal 8
Same name and namespace in other branches
- 9 core/modules/breakpoint/src/BreakpointManagerInterface.php \Drupal\breakpoint\BreakpointManagerInterface::getGroups()
Gets all the existing breakpoint groups.
Return value
array Array of breakpoint group labels. Keyed by group name.
1 method overrides BreakpointManagerInterface::getGroups()
- BreakpointManager::getGroups in core/
modules/ breakpoint/ src/ BreakpointManager.php - Gets all the existing breakpoint groups.
File
- core/
modules/ breakpoint/ src/ BreakpointManagerInterface.php, line 27
Class
- BreakpointManagerInterface
- Defines an interface for breakpoint managers.
Namespace
Drupal\breakpointCode
public function getGroups();