You are here

constant GLOBAL_FILTER_DEF_NUM_FILTERS in Views Global Filter 8

Same name and namespace in other branches
  1. 6 global_filter.module \GLOBAL_FILTER_DEF_NUM_FILTERS
  2. 7 global_filter.module \GLOBAL_FILTER_DEF_NUM_FILTERS

@file global_filter.module

Creates global selector widgets for fields, eg 'Country', a proximity, a search term or terms, or the results of a View.

Stores the user-selected value, e.g. 'Australia', in a session cache so that it can be passed as a contextual filter argument to any number of Views or picked up by third-party modules to do something with.

3 uses of GLOBAL_FILTER_DEF_NUM_FILTERS
global_filter_admin_config in ./global_filter.admin.inc
Menu callback for admin settings.
global_filter_block_info in ./global_filter.blocks.inc
Implements hook_block_info().
global_filter_uninstall in ./global_filter.install
Implements hook_uninstall().

File

./global_filter.module, line 14
global_filter.module

Code

define('GLOBAL_FILTER_DEF_NUM_FILTERS', 2);