public function GridStack::getGrids in GridStack 8
Returns the grids with/without node property.
@deprecated: Remove for self::getEndBreakpointGrids().
File
- src/
Entity/ GridStack.php, line 422
Class
- GridStack
- Defines the GridStack configuration entity.
Namespace
Drupal\gridstack\EntityCode
public function getGrids($grid_only = TRUE, $group = 'node') {
return [];
}