You are here

text_long.inc in Field Extract Values 7

field_extract support for text_long field

File

includes/text_long.inc
View source
<?php

/**
 * @file
 * field_extract support for text_long field
 */
function field_extract_text_long_info() {
  return array(
    'options' => array(
      'key' => 'safe_value',
    ),
  );
}

Functions

Namesort descending Description
field_extract_text_long_info @file field_extract support for text_long field