You are here

public function BreakpointManagerInterface::getGroupProviders in Drupal 8

Same name and namespace in other branches
  1. 9 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\breakpoint

Code

public function getGroupProviders($group);