You are here

constant CONTEXTUAL_RANGE_FILTER_SEPARATOR1 in Views Contextual Range Filter 7

2 uses of CONTEXTUAL_RANGE_FILTER_SEPARATOR1
contextual_range_filter_plugin_argument_validate_numeric_range::validate_argument in views/contextual_range_filter_plugin_argument_validate_numeric_range.inc
Validate the argument.
contextual_range_filter_split in ./contextual_range_filter.module
Split a filter range string into an array containing "from" and "to" values.

File

./contextual_range_filter.module, line 20
contextual_range_filter.module

Code

define('CONTEXTUAL_RANGE_FILTER_SEPARATOR1', '--');