function BreakpointManagerInterface::getGroupProviders
Same name in other branches
- 9 core/modules/breakpoint/src/BreakpointManagerInterface.php \Drupal\breakpoint\BreakpointManagerInterface::getGroupProviders()
- 8.9.x core/modules/breakpoint/src/BreakpointManagerInterface.php \Drupal\breakpoint\BreakpointManagerInterface::getGroupProviders()
- 10 core/modules/breakpoint/src/BreakpointManagerInterface.php \Drupal\breakpoint\BreakpointManagerInterface::getGroupProviders()
Gets all the providers for the specified breakpoint group.
Parameters
string $group: The breakpoint group to retrieve.
Return value
array An array keyed by provider name with values of provider type (module or theme).
File
-
core/
modules/ breakpoint/ src/ BreakpointManagerInterface.php, line 39
Class
- BreakpointManagerInterface
- Defines an interface for breakpoint managers.
Namespace
Drupal\breakpointCode
public function getGroupProviders($group);
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.