You are here

public function reference_table_formatter_commerce_product_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

2 calls to reference_table_formatter_commerce_product_reference::entity_name()
reference_table_formatter_commerce_product_reference::get_bundles in plugins/reference_types/commerce_product_reference.inc
Get a list of bundles which can be referenced by this field.
reference_table_formatter_commerce_product_reference::load_entity_from_item in plugins/reference_types/commerce_product_reference.inc
Load the target entity from the given item.

File

plugins/reference_types/commerce_product_reference.inc, line 39

Class

reference_table_formatter_commerce_product_reference

Code

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