You are here

function multiple_email_handler_filter_current::construct in Multiple E-mail Addresses 6

Same name and namespace in other branches
  1. 7 views/multiple_email_handler_filter_current.inc \multiple_email_handler_filter_current::construct()
  2. 2.x views/multiple_email_handler_filter_current.inc \multiple_email_handler_filter_current::construct()

File

views/multiple_email_handler_filter_current.inc, line 12
filter heandler for matching e-mail addresses to cck e-mail field.

Class

multiple_email_handler_filter_current
Filter handler for the current user's e-mail addresses to match to a cck field

Code

function construct() {
  parent::construct();
  $this->value_value = t('Matches one of the multiple e-mail addresses of the logged in user');
}