You are here

public property views_handler_filter_boolean_operator::$accept_null in Views (for Drupal 7) 7.3

Same name and namespace in other branches
  1. 6.3 handlers/views_handler_filter_boolean_operator.inc \views_handler_filter_boolean_operator::accept_null
  2. 6.2 handlers/views_handler_filter_boolean_operator.inc \views_handler_filter_boolean_operator::accept_null

Whether to accept NULL as a false value or not.

File

handlers/views_handler_filter_boolean_operator.inc, line 39
Definition of views_handler_filter_boolean_operator.

Class

views_handler_filter_boolean_operator
Simple filter to handle matching of boolean values

Code

public $accept_null = FALSE;