public function GridStackInterface::getOption in GridStack 8
Returns the value of a gridstack option group.
Parameters
string $group: The group name: settings, icon, use_framework, breakpoints.
Return value
mixed The option value merged with defaults.
1 method overrides GridStackInterface::getOption()
- GridStack::getOption in src/
Entity/ GridStack.php - Returns the value of a gridstack option group.
File
- src/
Entity/ GridStackInterface.php, line 34
Class
- GridStackInterface
- Provides an interface defining GridStack entity.
Namespace
Drupal\gridstack\EntityCode
public function getOption($group);