function gridstack_library_info_build in GridStack 8
Same name and namespace in other branches
- 8.2 gridstack.module \gridstack_library_info_build()
Implements hook_library_info_build().
File
- ./
gridstack.module, line 26 - Provides GridStack integration to have multi-column grids with drag-and-drop.
Code
function gridstack_library_info_build() {
return \Drupal::service('gridstack.manager')
->libraryInfoBuild();
}