You are here

function party_user_entity_property_info_alter in Party 7

Implements hook_entity_property_info_alter().

File

modules/party_user/party_user.info.inc, line 10
Update party property info.

Code

function party_user_entity_property_info_alter(&$info) {
  $props =& $info['user']['properties'];
  $props['party']['getter callback'] = 'party_user_party_property_get';
}