You are here

function views_handler_field_heartbeat_attachments::construct in Heartbeat 7

Construct a new field handler.

Overrides views_handler_field::construct

File

views/views_handler_field_heartbeat_attachments.inc, line 7

Class

views_handler_field_heartbeat_attachments
Field handler to present message attachments for the activity.

Code

function construct() {
  parent::construct();
  $this->additional_fields['uaid'] = 'uaid';
}