You are here

public function HeartbeatActivityCommentsPlugin::hasAttachmentsButtons in Heartbeat 7

hasAttachmentsButtons().

Overrides iHeartbeatPlugin::hasAttachmentsButtons

File

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

Class

HeartbeatActivityCommentsPlugin
Class HeartbeatFlagAttachmentPlugin.

Code

public function hasAttachmentsButtons() {
  return TRUE;
}