You are here

function hook_file_type_TYPE_default_view in File Entity (fieldable files) 7

@todo Add documentation.

Note: This is not really a hook. The function name is manually specified via 'default view callback' in hook_file_type_info(), with this recommended callback name pattern.

1 function implements hook_file_type_TYPE_default_view()

Note: this list is generated by pattern matching, so it may include some functions that are not actually implementations of this hook.

file_entity_test_file_type_file_entity_test_default_view in tests/file_entity_test.module
Implements hook_file_type_TYPE_default_view().

File

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

Code

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