BreakpointManagerInterface
interface BreakpointManagerInterface (View source)
Defines an interface for breakpoint managers.
Methods
getBreakpointsByGroup(string $group)
Gets breakpoints for the specified group.
array
getGroups()
Gets all the existing breakpoint groups.
array
getGroupProviders(string $group)
Gets all the providers for the specified breakpoint group.
Details
BreakpointInterface[]
getBreakpointsByGroup(string $group)
Gets breakpoints for the specified group.
array
getGroups()
Gets all the existing breakpoint groups.
array
getGroupProviders(string $group)
Gets all the providers for the specified breakpoint group.