You are here

function hook_file_type_TYPE_claim in D7 Media 7

@todo Add documentation.

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

2 functions implement hook_file_type_TYPE_claim()

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_claim in file_entity/tests/file_entity_test.module
Implements hook_file_type_TYPE_claim().
media_file_type_media_claim in includes/media.types.inc
Implements hook_file_type_TYPE_claim().

File

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

Code

function hook_file_type_TYPE_claim($file, $type) {
}