You are here

function hook_file_formatter_FORMATTER_view in File Entity (fieldable files) 7.3

Same name and namespace in other branches
  1. 7 file_entity.api.php \hook_file_formatter_FORMATTER_view()
  2. 7.2 file_entity.api.php \hook_file_formatter_FORMATTER_view()

@todo Add documentation.

Note: This is not really a hook. The function name is manually specified via 'view callback' in hook_file_formatter_info(), with this recommended callback name pattern.

2 functions implement hook_file_formatter_FORMATTER_view()

Note: this list is generated by pattern matching, so it may include some functions that are not actually implementations of this hook.

file_entity_file_formatter_file_field_view in ./file_entity.module
Implements hook_file_formatter_FORMATTER_view().
file_entity_file_formatter_file_image_view in ./file_entity.module
Implements hook_file_formatter_FORMATTER_view().

File

./file_entity.api.php, line 92
Hooks provided by the File Entity module.

Code

function hook_file_formatter_FORMATTER_view($file, $display, $langcode) {
}