You are here

public function iHeartbeatPlugin::hasContent in Heartbeat 7

hasContent(). True if a plugin provides attachments.

5 methods override iHeartbeatPlugin::hasContent()
HeartbeatActivityCommentsPlugin::hasContent in modules/heartbeat_comments/plugins/activitycomments.inc
hasContent().
HeartbeatActivityStatusPlugin::hasContent in modules/heartbeat_plugins/plugins/activitystatus.inc
hasContent(). True if a plugin provides attachments.
HeartbeatFlagAttachmentPlugin::hasContent in modules/heartbeat_plugins/plugins/flagattachment.inc
hasContent(). True if a plugin provides attachments.
HeartbeatOgPlugin::hasContent in modules/heartbeat_og/plugins/og.inc
hasContent(). True if a plugin provides attachments.
HeartbeatShoutBoxPlugin::hasContent in modules/heartbeat_plugins/plugins/shoutbox.inc
hasContent(). True if a plugin provides attachments.

File

modules/heartbeat_plugins/includes/heartbeat_plugin.inc, line 70

Class

iHeartbeatPlugin
iHeartbeatPlugin interface.

Code

public function hasContent();