function hook_file_displays_alter in File Entity (fieldable files) 7.2
Same name and namespace in other branches
- 7.3 file_entity.api.php \hook_file_displays_alter()
- 7 file_entity.api.php \hook_file_displays_alter()
@todo Add documentation.
1 invocation of hook_file_displays_alter()
- file_view_file in ./
file_entity.file_api.inc - Generate an array for rendering just the file portion of a file entity.
File
- ./
file_entity.api.php, line 108 - Hooks provided by the File Entity module.
Code
function hook_file_displays_alter($displays, $file, $view_mode) {
}