You are here

function views_handler_field_heartbeat_message_id::query in Heartbeat 7

Called to add the field to a query.

Overrides views_handler_field::query

File

views/views_handler_field_heartbeat_message_id.inc, line 26

Class

views_handler_field_heartbeat_message_id
Field handler to present a message for the activity.

Code

function query() {
  $this
    ->ensure_my_table();
  $this
    ->add_additional_fields();
}