You are here

public property editableviews_style_helper::$relationship_entity_fields in Editable Views 7

A lookup from relationships to the data needed to load their entities.

This is an array of the relationships on the view which correspond to entity base tables, including the base table (as a pseudo-relationship). The key is the relationship id (in the case of the base table, this is just the table name itself). Each value is an array containing:

  • 'entity_type': The entity type this relationship brings to the view.
  • 'id_field_alias': The field alias of the field on the view in which to find the entity's ID. This field is ensured by our query().

File

./editableviews_plugin_style_row_edit_table.inc, line 361

Class

editableviews_style_helper
Helper class for the style plugin.

Code

public $relationship_entity_fields = array();