You are here

public function GridStackInterface::getSettings in GridStack 8

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

Class

GridStackInterface
Provides an interface defining GridStack entity.

Namespace

Drupal\gridstack\Entity

Code

public function getSettings($merged = TRUE);