You are here

public function HeartbeatShoutBoxPlugin::hasAttachmentsButtons in Heartbeat 7

hasAttachmentsButtons(). True if a message has attachment buttons.

Overrides iHeartbeatPlugin::hasAttachmentsButtons

File

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

Class

HeartbeatShoutBoxPlugin
Class HeartbeatShoutBoxPlugin.

Code

public function hasAttachmentsButtons() {
  return FALSE;
}