You are here

function heartbeat_heartbeat_stream_filters in Heartbeat 6.4

Implementation of hook_heartbeat_stream_filters().

File

./heartbeat.module, line 1079

Code

function heartbeat_heartbeat_stream_filters() {
  return array(
    'all' => array(
      'name' => t('All'),
    ),
  );
}