You are here

function eck_entity_reference_property_property_info in Entity Construction Kit (ECK) 7.3

Property metadata for entity references.

1 string reference to 'eck_entity_reference_property_property_info'
entity_reference.inc in plugins/property_behavior/entity_reference.inc

File

plugins/property_behavior/entity_reference.inc, line 35

Code

function eck_entity_reference_property_property_info($property, $vars) {
  $config = $vars['config'];
  $vars['properties'][$property]['type'] = $config['entity_type'];
  return $vars;
}