You are here

function private_handler_filter_private::construct in Private 8.2

Same name and namespace in other branches
  1. 6 private_handler_filter_private.inc \private_handler_filter_private::construct()
  2. 7.2 private_handler_filter_private.inc \private_handler_filter_private::construct()
  3. 7 private_handler_filter_private.inc \private_handler_filter_private::construct()

File

./private_handler_filter_private.inc, line 9
Views handlers for the private module.

Class

private_handler_filter_private
@file Views handlers for the private module.

Code

function construct() {
  parent::construct();
  $this->value_value = t('Private');
}