You are here

public function HeartbeatShoutBoxPlugin::hasAttachmentsContent in Heartbeat 7

hasAttachmentsContent(). True if the message has attachments content.

Overrides iHeartbeatPlugin::hasAttachmentsContent

File

modules/heartbeat_plugins/plugins/shoutbox.inc, line 32

Class

HeartbeatShoutBoxPlugin
Class HeartbeatShoutBoxPlugin.

Code

public function hasAttachmentsContent() {
  return FALSE;
}