You are here

protected function GridStackManager::getGridStackSettings in GridStack 8.2

Returns the common settings inherited down to each item.

1 call to GridStackManager::getGridStackSettings()
GridStackManager::prepareSettings in src/GridStackManager.php
Build the HTML settings.

File

src/GridStackManager.php, line 198

Class

GridStackManager
Implements GridStackManagerInterface.

Namespace

Drupal\gridstack

Code

protected function getGridStackSettings() {
  return array_intersect_key($this
    ->configLoad('', 'gridstack.settings'), GridStackDefault::cleanUiSettings());
}