function flag_heartbeat_message::get_views_info in Heartbeat 7
Same name and namespace in other branches
- 6.4 modules/flag_heartbeat/class.flag_heartbeat_message.inc \flag_heartbeat_message::get_views_info()
File
- modules/
heartbeat_plugins/ plugins/ flagattachment.inc, line 345
Class
- flag_heartbeat_message
- Exposes a Heartbeat Message Flag.
Code
function get_views_info() {
return array(
'views table' => 'heartbeat_activity',
'title field' => 'message',
'title' => t('Activity flag'),
'help' => t('Limit results to only those messages flagged by a certain flag; Or display information about the flag set on an activity message.'),
'counter title' => t('Activity flag counter'),
'counter help' => t('Include this to gain access to the flag counter field.'),
);
}