You are here

public function GridStackManager::prepareAttributes in GridStack 8.2

Returns the wrapper attributes, empty to allow overrides.

1 call to GridStackManager::prepareAttributes()
GridStackManager::preRenderGridStack in src/GridStackManager.php

File

src/GridStackManager.php, line 242

Class

GridStackManager
Implements GridStackManagerInterface.

Namespace

Drupal\gridstack

Code

public function prepareAttributes(array &$build) {
  return [];
}