private static property GridStack::$activeBreakpoints in GridStack 8
Same name and namespace in other branches
- 8.2 src/Entity/GridStack.php \Drupal\gridstack\Entity\GridStack::activeBreakpoints
The supported $breakpoints.
Type: array
File
- src/
Entity/ GridStack.php, line 42
Class
- GridStack
- Defines the GridStack configuration entity.
Namespace
Drupal\gridstack\EntityCode
private static $activeBreakpoints = [
'xs',
'sm',
'md',
'lg',
'xl',
];