You are here

public function GridStackInterface::setSettings in GridStack 8.2

Same name and namespace in other branches
  1. 8 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 32

Class

GridStackInterface
Provides an interface defining GridStack entity.

Namespace

Drupal\gridstack\Entity

Code

public function setSettings(array $values, $merged = TRUE);