You are here

function hds_ds_api in Heartbeat 6.4

Implementation of hook_ds_api().

File

modules/hds/hds.module, line 115
Heartbeat displays module.

Code

function hds_ds_api() {
  return array(
    'title' => 'Heartbeat displays',
    'module' => 'hds',
    'object' => 'heartbeatactivity',
    'views_base' => 'heartbeat_activity',
    'types' => 'hds_get_types',
  );
}