You are here

function text_mobile_codes_field_formatter_data in Mobile Codes 7.2

Callback for Text module Mobile Codes formatter.

1 string reference to 'text_mobile_codes_field_formatter_data'
text_mobile_codes_field_formatter_info in includes/text.inc
Implements hook_mobile_codes_field_formatter_info() on behalf of text.module.

File

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

Code

function text_mobile_codes_field_formatter_data($item) {
  return $item['safe_value'];
}