public property ViewsConditionalHandler::$conditions in Views Conditional 7
File
- includes/
views/ handlers/ views_conditional_handler.inc, line 10 - Handles conditionals in Views. IF xxx THEN yyy...
Class
- ViewsConditionalHandler
- @file Handles conditionals in Views. IF xxx THEN yyy...
Code
public $conditions = array(
1 => 'Equal to',
2 => 'NOT equal to',
3 => 'Greater than',
4 => 'Less than',
5 => 'Empty',
6 => 'NOT empty',
7 => 'Contains',
8 => 'Does NOT contain',
9 => 'Length Equal to',
10 => 'Length NOT equal to',
11 => 'Length Greater than',
12 => 'Length Less than',
);