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