You are here

function views_handler_field_node_registration_path::query in Node registration 7

Called to add the field to a query.

Overrides views_handler_field::query

File

includes/views/views_handler_field_node_registration_path.inc, line 33
Handler for Node registration path field.

Class

views_handler_field_node_registration_path
@file Handler for Node registration path field.

Code

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