public static function GridStack::getConstantBreakpoints in GridStack 8
Same name and namespace in other branches
- 8.2 src/Entity/GridStack.php \Drupal\gridstack\Entity\GridStack::getConstantBreakpoints()
Returns the supported breakpoints.
1 call to GridStack::getConstantBreakpoints()
- GridStack::optimizeGridWidths in src/
Entity/ GridStack.php - Optimize grid widths to remove similar widths.
File
- src/
Entity/ GridStack.php, line 89
Class
- GridStack
- Defines the GridStack configuration entity.
Namespace
Drupal\gridstack\EntityCode
public static function getConstantBreakpoints() {
return self::$activeBreakpoints;
}