You are here

function gridstack_field_formatter_info_alter in GridStack 8.2

Same name and namespace in other branches
  1. 8 gridstack.module \gridstack_field_formatter_info_alter()

Implements hook_field_formatter_info_alter().

File

./gridstack.module, line 75
Provides GridStack integration to have multi-column grids with drag-and-drop.

Code

function gridstack_field_formatter_info_alter(array &$info) {
  gridstack('hook')
    ->fieldFormatterInfoAlter($info);
}