Defines an interface for breakpoint managers.
Hierarchy
- interface \Drupal\breakpoint\BreakpointManagerInterface
File
- core/modules/breakpoint/src/BreakpointManagerInterface.php, line 8
Namespace
Drupal\breakpoint
Members
Name | Modifiers | Type | Description |
---|---|---|---|
BreakpointManagerInterface::getBreakpointsByGroup | public | function | Gets breakpoints for the specified group. |
BreakpointManagerInterface::getGroupProviders | public | function | Gets all the providers for the specified breakpoint group. |
BreakpointManagerInterface::getGroups | public | function | Gets all the existing breakpoint groups. |
Please login to continue.