You are here

function shurly_handler_field_shurly_link_edit::query in ShURLy 7

Called to add the field to a query.

Overrides views_handler_field::query

File

views/shurly_handler_field_shurly_link_edit.inc, line 34
Shurly Views handler for editing links function

Class

shurly_handler_field_shurly_link_edit
Field handler to present a link to the short URL entry.

Code

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