You are here

function heartbeat_entity_info_alter in Heartbeat 7

Implement hook_entity_info_alter().

File

./heartbeat.entity.inc, line 64

Code

function heartbeat_entity_info_alter(&$existing) {
  $existing['user']['view modes']['heartbeat_user'] = array(
    'label' => t('Social user mode'),
    'custom settings' => FALSE,
  );
}