You are here

public function GridStackInterface::setSetting in GridStack 8

Same name and namespace in other branches
  1. 8.2 src/Entity/GridStackInterface.php \Drupal\gridstack\Entity\GridStackInterface::setSetting()

Sets the value of a gridstack setting.

Parameters

string $name: The setting name.

string $value: The setting value.

Return value

$this The class is being called.

1 method overrides GridStackInterface::setSetting()
GridStack::setSetting in src/Entity/GridStack.php
Sets the value of a gridstack setting.

File

src/Entity/GridStackInterface.php, line 95

Class

GridStackInterface
Provides an interface defining GridStack entity.

Namespace

Drupal\gridstack\Entity

Code

public function setSetting($name, $value);