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