You are here

public function HeartbeatActivityCommentsPlugin::hasAttachmentsContent in Heartbeat 7

hasAttachmentsContent().

Overrides iHeartbeatPlugin::hasAttachmentsContent

File

modules/heartbeat_comments/plugins/activitycomments.inc, line 217
Defines activity comments.

Class

HeartbeatActivityCommentsPlugin
Class HeartbeatFlagAttachmentPlugin.

Code

public function hasAttachmentsContent() {
  return TRUE;
}