You are here

function private_handler_filter_private::construct in Private content 8.2

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');
}