You are here

function hook_file_view in File Entity (fieldable files) 7

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

@todo Add documentation.

1 invocation of hook_file_view()
file_build_content in ./file_entity.file_api.inc
Builds a structured array representing the file's content.

File

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

Code

function hook_file_view($file, $view_mode, $langcode) {
}