You are here

function shurly_handler_field_shurly_link_test::construct in ShURLy 6

File

views/shurly_handler_field_shurly_link_test.inc, line 11
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 construct() {
  parent::construct();
}