You are here

public function HeartbeatBasePlugin::pluginAttachmentForm in Heartbeat 7

pluginAttachmentForm(). The form to add attachments to templates.

2 methods override HeartbeatBasePlugin::pluginAttachmentForm()
HeartbeatActivityCommentsPlugin::pluginAttachmentForm in modules/heartbeat_comments/plugins/activitycomments.inc
pluginAttachmentForm().
HeartbeatFlagAttachmentPlugin::pluginAttachmentForm in modules/heartbeat_plugins/plugins/flagattachment.inc
pluginAttachmentForm().

File

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

Class

HeartbeatBasePlugin
abstract class HeartbeatBasePlugin.

Code

public function pluginAttachmentForm(&$form, $form_values, $component_type) {
}