function flag_heartbeat_message::uses_hook_link in Heartbeat 6.3
Same name and namespace in other branches
- 6.4 modules/flag_heartbeat/class.flag_heartbeat_message.inc \flag_heartbeat_message::uses_hook_link()
- 7 modules/heartbeat_plugins/plugins/flagattachment.inc \flag_heartbeat_message::uses_hook_link()
File
- modules/
flag_heartbeat/ class.flag_heartbeat_message.inc, line 41
Class
- flag_heartbeat_message
- Implements a Heartbeat message flag.
Code
function uses_hook_link($teaser) {
return $this->show_on_heartbeat_message;
}