You are here

function text_mobile_codes_field_formatter_info in Mobile Codes 7.2

Implements hook_mobile_codes_field_formatter_info() on behalf of text.module.

File

includes/text.inc, line 10
Text module integration.

Code

function text_mobile_codes_field_formatter_info() {
  return array(
    'text' => array(
      'callback' => 'text_mobile_codes_field_formatter_data',
    ),
  );
}