Interface for Breakpoint plugins.
Hierarchy
- interface \Drupal\breakpoint\BreakpointInterface
File
- core/modules/breakpoint/src/BreakpointInterface.php, line 8
Namespace
Drupal\breakpoint
Members
| Name | Modifiers | Type | Description |
|---|---|---|---|
| BreakpointInterface::getGroup | public | function | Returns the breakpoint group. |
| BreakpointInterface::getLabel | public | function | Returns the translated label. |
| BreakpointInterface::getMediaQuery | public | function | Returns the media query. |
| BreakpointInterface::getMultipliers | public | function | Returns the multipliers. |
| BreakpointInterface::getProvider | public | function | Returns the provider. |
| BreakpointInterface::getWeight | public | function | Returns the weight. |
Please login to continue.