You are here

function shurly_handler_field_short_url::construct in ShURLy 7

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

Construct a new field handler.

Overrides views_handler_field::construct

File

views/shurly_handler_field_short_url.inc, line 12
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';
}