You are here

function gridstack_field_formatter_info_alter in GridStack 8

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

Implements hook_field_formatter_info_alter().

File

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

Code

function gridstack_field_formatter_info_alter(array &$info) {
  \Drupal::service('gridstack.manager')
    ->fieldFormatterInfoAlter($info);
}