You are here

function hook_file_formatter_FORMATTER_settings in D7 Media 7

@todo Add documentation.

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

2 functions implement hook_file_formatter_FORMATTER_settings()

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

file_entity_file_formatter_file_field_settings in file_entity/file_entity.module
Implements hook_file_formatter_FORMATTER_settings().
file_entity_file_formatter_file_image_settings in file_entity/file_entity.module
Implements hook_file_formatter_FORMATTER_settings().

File

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

Code

function hook_file_formatter_FORMATTER_settings($form, &$form_state, $settings) {
}