You are here

function fft_field_formatter_info_alter in Field Formatter Template 8.2

Same name and namespace in other branches
  1. 8 fft.module \fft_field_formatter_info_alter()

Implements hook_field_formatter_info_alter().

File

./fft.module, line 340
Field formatter template.

Code

function fft_field_formatter_info_alter(array &$info) {
  $field_types = fft_get_field_types();
  $info['fft_formatter']['field_types'] = $field_types;
}