function views_handler_field_user_picture::construct
Overrides views_handler_field::construct
File
-
modules/
user/ views_handler_field_user_picture.inc, line 18
Class
- views_handler_field_user_picture
- Field handler for a simple renderer that allows using a themed user link.
Code
public function construct() {
parent::construct();
$this->additional_fields['uid'] = 'uid';
$this->additional_fields['name'] = 'name';
$this->additional_fields['mail'] = 'mail';
}