You are here

function fb_views_handler_profile_pic::construct in Drupal for Facebook 7.3

Same name and namespace in other branches
  1. 6.3 fb_views/fb_views_handler_profile_pic.inc \fb_views_handler_profile_pic::construct()
  2. 6.2 fb_views/fb_views_handler_profile_pic.inc \fb_views_handler_profile_pic::construct()

Construct a new field handler.

Overrides views_handler_field::construct

File

fb_views/fb_views_handler_profile_pic.inc, line 9
Render fbml tag for user's picture.

Class

fb_views_handler_profile_pic
@file Render fbml tag for user's picture.

Code

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