You are here

function twitter_views_handler_field_profile_image::query 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::query()

File

./twitter_views_field_handlers.inc, line 68

Class

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

Code

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