You are here

taxonomy_term_reference.inc in Field Extract Values 7

field_extract support for term_reference field

File

includes/taxonomy_term_reference.inc
View source
<?php

/**
 * @file
 * field_extract support for term_reference field
 */
function field_extract_taxonomy_term_reference_info() {
  return array(
    'options' => array(
      'entity_type' => 'taxonomy_term',
    ),
  );
}

Functions

Namesort descending Description
field_extract_taxonomy_term_reference_info @file field_extract support for term_reference field