You are here

function fb_views_handler_filter_profile_tab::construct in Drupal for Facebook 7.3

Same name and namespace in other branches
  1. 6.3 fb_views/fb_views_handler_filter_profile_tab.inc \fb_views_handler_filter_profile_tab::construct()
  2. 6.2 fb_views/fb_views_handler_filter_profile_tab.inc \fb_views_handler_filter_profile_tab::construct()

Views handlers use a special construct function.

Allows it to more easily construct them with variable arguments.

Overrides views_handler_filter_boolean_operator::construct

File

fb_views/fb_views_handler_filter_profile_tab.inc, line 10
Filter handler for profile tab user.

Class

fb_views_handler_filter_profile_tab
@file Filter handler for profile tab user.

Code

function construct() {
  parent::construct();
  $this->value_value = t('Is profile tab user');
}