public function role_expire_handler_field_all::query in Role Expire 7
Called to add the field to a query.
Overrides views_handler_field::query
File
- ./role_expire.views.inc, line 116 
- Role Expire Views hooks
Class
- role_expire_handler_field_all
- Class role_expire_handler_field_all.
Code
public function query() {
  $this
    ->add_additional_fields();
  $this->field_alias = $this->aliases['uid'];
}