You are here

function hook_file_view_alter in File Entity (fieldable files) 7

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

@todo Add documentation.

1 invocation of hook_file_view_alter()
file_view in ./file_entity.file_api.inc
Generate an array for rendering the given file.

File

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

Code

function hook_file_view_alter($build, $type) {
}