function hook_file_view in File Entity (fieldable files) 7.3
Same name and namespace in other branches
- 7 file_entity.api.php \hook_file_view()
- 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 114 - Hooks provided by the File Entity module.
Code
function hook_file_view($file, $view_mode, $langcode) {
}