function BreakpointManagerInterface::getGroups
Same name in other branches
- 9 core/modules/breakpoint/src/BreakpointManagerInterface.php \Drupal\breakpoint\BreakpointManagerInterface::getGroups()
- 8.9.x core/modules/breakpoint/src/BreakpointManagerInterface.php \Drupal\breakpoint\BreakpointManagerInterface::getGroups()
- 11.x 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.
File
-
core/
modules/ breakpoint/ src/ BreakpointManagerInterface.php, line 27
Class
- BreakpointManagerInterface
- Defines an interface for breakpoint managers.
Namespace
Drupal\breakpointCode
public function getGroups();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.