You are here

function flag_heartbeat_message::_load_content in Heartbeat 6.3

Same name and namespace in other branches
  1. 6.4 modules/flag_heartbeat/class.flag_heartbeat_message.inc \flag_heartbeat_message::_load_content()
  2. 7 modules/heartbeat_plugins/plugins/flagattachment.inc \flag_heartbeat_message::_load_content()

File

modules/flag_heartbeat/class.flag_heartbeat_message.inc, line 25

Class

flag_heartbeat_message
Implements a Heartbeat message flag.

Code

function _load_content($content_id) {
  return heartbeat_load_message_instance($content_id);
}