public function GridStackInterface::getSettings in GridStack 8.2
Same name and namespace in other branches
- 8 src/Entity/GridStackInterface.php \Drupal\gridstack\Entity\GridStackInterface::getSettings()
Returns the values of gridstack settings.
Parameters
bool $merged: The flag indicating to merge values with default ones.
Return value
mixed The settings values.
1 method overrides GridStackInterface::getSettings()
- GridStack::getSettings in src/
Entity/ GridStack.php - Returns the values of gridstack settings.
File
- src/
Entity/ GridStackInterface.php, line 19
Class
- GridStackInterface
- Provides an interface defining GridStack entity.
Namespace
Drupal\gridstack\EntityCode
public function getSettings($merged = TRUE);