You are here

function shurly_handler_field_short_url::construct in ShURLy 6

Same name and namespace in other branches
  1. 7 views/shurly_handler_field_short_url.inc \shurly_handler_field_short_url::construct()

File

views/shurly_handler_field_short_url.inc, line 11
Shurly Views handler for short URL

Class

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

Code

function construct() {
  parent::construct();
  $this->additional_fields['source'] = 'source';
}