You are here

function hook_file_formatter_info_alter in File Entity (fieldable files) 7

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

Perform alterations on file formatters.

Parameters

$info: Array of information on file formatters exposed by hook_file_formatter_info() implementations.

1 invocation of hook_file_formatter_info_alter()
file_info_formatter_types in ./file_entity.file_api.inc
Returns information about file formatters from hook_file_formatter_info().

File

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

Code

function hook_file_formatter_info_alter(&$info) {

  // @todo Add example.
}