public function BreakpointManagerInterface::getGroupProviders in Drupal 9
Same name and namespace in other branches
- 8 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).
1 method overrides BreakpointManagerInterface::getGroupProviders()
- BreakpointManager::getGroupProviders in core/
modules/ breakpoint/ src/ BreakpointManager.php - Gets all the providers for the specified breakpoint group.
File
- core/
modules/ breakpoint/ src/ BreakpointManagerInterface.php, line 39
Class
- BreakpointManagerInterface
- Defines an interface for breakpoint managers.
Namespace
Drupal\breakpointCode
public function getGroupProviders($group);