You are here

function fiu_filefield_sources_widgets in Fine Image Upload 8.2

Same name and namespace in other branches
  1. 8 fiu.module \fiu_filefield_sources_widgets()

Implements hook_filefield_sources_widgets().

File

./fiu.module, line 41

Code

function fiu_filefield_sources_widgets() {
  return [
    'fine_image',
  ];
}