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