function hook_file_view in D7 Media 7
@todo Add documentation.
1 invocation of hook_file_view()
- file_view in file_entity/
file_entity.file_api.inc - Generate an array for rendering the given file.
File
- file_entity/
file_entity.api.php, line 133 - Hooks provided by the File Entity module.
Code
function hook_file_view($file, $view_mode, $langcode) {
}