function twitter_views_handler_field_profile_url::construct in Twitter 6.4
Same name and namespace in other branches
- 6.3 twitter_views_field_handlers.inc \twitter_views_handler_field_profile_url::construct()
File
- ./
twitter_views_field_handlers.inc, line 83
Class
Code
function construct() {
parent::construct();
$this->additional_fields['screen_name'] = 'screen_name';
}