function views_handler_filter_user_current::construct

Same name in other branches
  1. 7.x-3.x modules/user/views_handler_filter_user_current.inc \views_handler_filter_user_current::construct()

Overrides views_handler_filter_boolean_operator::construct

File

modules/user/views_handler_filter_user_current.inc, line 9

Class

views_handler_filter_user_current
Filter handler for the current user.

Code

function construct() {
    parent::construct();
    $this->value_value = t('Is the logged in user');
}