public function GridStackManager::prepareAttributes in GridStack 8.2
Returns the wrapper attributes, empty to allow overrides.
1 call to GridStackManager::prepareAttributes()
File
- src/
GridStackManager.php, line 242
Class
- GridStackManager
- Implements GridStackManagerInterface.
Namespace
Drupal\gridstackCode
public function prepareAttributes(array &$build) {
return [];
}