You are here

function hook_file_metadata_info in File Entity (fieldable files) 7.2

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

Provides metadata information.

@todo Add documentation.

Return value

array An array of metadata information.

1 function implements hook_file_metadata_info()

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_metadata_info in ./file_entity.file.inc
Implements hook_file_metadata_info().

File

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

Code

function hook_file_metadata_info() {
}