You are here

function cer_profile2_entity_property_info_alter in Corresponding Entity References 7.3

Implements hook_entity_property_info_alter().

File

extensions/cer_profile2/cer_profile2.module, line 20

Code

function cer_profile2_entity_property_info_alter(array &$info) {
  $struct =& $info['profile2']['properties']['cer']['property info'];
  $struct['lineage']['getter callback'] = 'cer_profile2_get_profile2_lineage';
  $struct['depth']['getter callback'] = 'cer_profile2_get_profile2_depth';
  $struct['owner']['getter callback'] = 'cer_profile2_get_profile2_owner';
}