public function GridStackBase::setJson in GridStack 8.2
File
- src/
Entity/ GridStackBase.php, line 139
Class
- GridStackBase
- Defines the base class for GridStack configuration entity.
Namespace
Drupal\gridstack\EntityCode
public function setJson($group, $value) {
$this->json[$group] = $value;
return $this;
}