You are here

function shurly_handler_field_shurly_link_test::query in ShURLy 6

File

views/shurly_handler_field_shurly_link_test.inc, line 32
Shurly Views handler for test link

Class

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

Code

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