You are here

function entityform_handler_link_field::query in Entityform 7

Same name and namespace in other branches
  1. 7.2 views/entityform_handler_link_field.inc \entityform_handler_link_field::query()

Called to add the field to a query.

Overrides views_handler_field::query

File

views/entityform_handler_link_field.inc, line 38
Contains a Views field handler to take care of displaying links to entities as fields.

Class

entityform_handler_link_field
@file Contains a Views field handler to take care of displaying links to entities as fields.

Code

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