You are here

function hook_file_formatter_info_alter in File Entity (fieldable files) 7.3

Same name and namespace in other branches
  1. 7 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

array $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 81
Hooks provided by the File Entity module.

Code

function hook_file_formatter_info_alter(array &$info) {

  // @todo Add example.
}