function field_extract_text_long_info in Field Extract Values 7
@file field_extract support for text_long field
File
- includes/
text_long.inc, line 8 - field_extract support for text_long field
Code
function field_extract_text_long_info() {
return array(
'options' => array(
'key' => 'safe_value',
),
);
}