You are here

function maillog_handler_field_maillog_link_delete::query in Maillog / Mail Developer 6

Called to add the field to a query.

File

includes/maillog_handler_field_maillog_link_delete.inc, line 17
Handler for providing an 'Delete link' in views

Class

maillog_handler_field_maillog_link_delete
@file Handler for providing an 'Delete link' in views

Code

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