You are here

public function reference_table_formatter_taxonomy_term_reference::entity_name in Reference Table Formatter 7

The entity types that is referenced by the field.

Return value

string

Overrides reference_table_formatter_base_type::entity_name

File

plugins/reference_types/taxonomy_term_reference.inc, line 30

Class

reference_table_formatter_taxonomy_term_reference
Class reference_table_formatter_field_collection

Code

public function entity_name() {
  return 'taxonomy_term';
}