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

1
public function getGroupProviders($group);
doc_Drupal
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.