public static function GridStack::getConstantBreakpoints in GridStack 8.2
Same name and namespace in other branches
- 8 src/Entity/GridStack.php \Drupal\gridstack\Entity\GridStack::getConstantBreakpoints()
Returns the supported breakpoints.
@todo deprecated and removed for GridStackDefault::breakpoints().
File
- src/
Entity/ GridStack.php, line 70
Class
- GridStack
- Defines the GridStack configuration entity.
Namespace
Drupal\gridstack\EntityCode
public static function getConstantBreakpoints() {
return self::$activeBreakpoints;
}