You are here

function views_handler_field_heartbeat_message::query in Heartbeat 7

Called to add the field to a query.

Overrides views_handler_field::query

File

views/views_handler_field_heartbeat_message.inc, line 29

Class

views_handler_field_heartbeat_message
Field handler to present a message for the activity.

Code

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