You are here

abstract public function reference_table_formatter_base_type::entity_name in Reference Table Formatter 7

The entity types that is referenced by the field.

Return value

string

4 calls to reference_table_formatter_base_type::entity_name()
reference_table_formatter_base_type::get_bundle_fields in ./reference_table_formatter_base_type.inc
Load all of the fields that can be displayed for a field and instance.
reference_table_formatter_base_type::get_entity_properties in ./reference_table_formatter_base_type.inc
Get the properties off an entity that are available for rendering.
reference_table_formatter_base_type::get_view_modes in ./reference_table_formatter_base_type.inc
Get view modes from the referenced entity.
reference_table_formatter_base_type::render_table in ./reference_table_formatter_base_type.inc
Render a table of content from the plugin.
5 methods override reference_table_formatter_base_type::entity_name()
reference_table_formatter_commerce_product_reference::entity_name in plugins/reference_types/commerce_product_reference.inc
The entity types that is referenced by the field.
reference_table_formatter_entityreference::entity_name in plugins/reference_types/entityreference.inc
The entity types that is referenced by the field.
reference_table_formatter_field_collection::entity_name in plugins/reference_types/field_collection.inc
The entity types that is referenced by the field.
reference_table_formatter_paragraphs::entity_name in plugins/reference_types/paragraphs.inc
The entity types that is referenced by the field.
reference_table_formatter_taxonomy_term_reference::entity_name in plugins/reference_types/taxonomy_term_reference.inc
The entity types that is referenced by the field.

File

./reference_table_formatter_base_type.inc, line 45
A base class for the "reference type" plugin.

Class

reference_table_formatter_base_type
Class reference_table_formatter_base_type

Code

public abstract function entity_name();