public function GridStackInterface::getOptions in GridStack 8
Returns the GridStack options by group, or property.
Parameters
string $group: The name of setting group: breakpoints, grids, settings.
string $property: The name of specific property: resizable, draggable, etc.
Return value
mixed|array|null Available options by $group, $property, all, or NULL.
1 method overrides GridStackInterface::getOptions()
- GridStack::getOptions in src/
Entity/ GridStack.php - Returns the GridStack options by group, or property.
File
- src/
Entity/ GridStackInterface.php, line 23
Class
- GridStackInterface
- Provides an interface defining GridStack entity.
Namespace
Drupal\gridstack\EntityCode
public function getOptions($group = NULL, $property = NULL);