BreakpointManagerInterface::getGroupProviders

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);
doc_Drupal
2016-10-29 08:48:55
Comments
Leave a Comment

Please login to continue.