You are here

function file_mobile_codes_field_formatter_info in Mobile Codes 7.2

Implements hook_mobile_codes_field_formatter_info() on behalf of file.module.

File

includes/file.inc, line 10
File module integration.

Code

function file_mobile_codes_field_formatter_info() {
  return array(
    'file' => array(
      'callback' => 'file_mobile_codes_field_formatter_data',
    ),
  );
}