You are here

function twitter_views_handler_field_profile_image::construct in Twitter 6.3

Same name and namespace in other branches
  1. 6.4 twitter_views_field_handlers.inc \twitter_views_handler_field_profile_image::construct()

File

./twitter_views_field_handlers.inc, line 63

Class

twitter_views_handler_field_profile_image
Field handler to provide simple renderer that turns a URL into a clickable link.

Code

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