BreakpointManagerInterface::getGroups

public BreakpointManagerInterface::getGroups()

Gets all the existing breakpoint groups.

Return value

array Array of breakpoint group labels. Keyed by group name.

File

core/modules/breakpoint/src/BreakpointManagerInterface.php, line 27

Class

BreakpointManagerInterface
Defines an interface for breakpoint managers.

Namespace

Drupal\breakpoint

Code

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

Please login to continue.