public BreakpointManagerInterface::getGroupProviders($group)
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\breakpoint
Code
public function getGroupProviders($group);
Please login to continue.