You are here

function node_noindex_filter_handler::construct in Node Noindex 6

Same name and namespace in other branches
  1. 7 node_noindex_filter_handler.inc \node_noindex_filter_handler::construct()

File

./node_noindex_filter_handler.inc, line 8
Filter by whether a node is indexed or not.

Class

node_noindex_filter_handler
@file Filter by whether a node is indexed or not.

Code

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