You are here

constant GLOBAL_FILTER_DB_VAR in Views Global Filter 8

Same name and namespace in other branches
  1. 7 global_filter.storage.inc \GLOBAL_FILTER_DB_VAR

@file global_filter.storage.inc

Implements via Session Cache API several ways to store the user's current global filter settings. For example: o in a cookie, i.e. on the user's computer o on the database, i.e. on the server (disk) o on the HTTP session, i.e. in server memory (RAM) aka $_SESSION

1 use of GLOBAL_FILTER_DB_VAR
global_filter_set_parameter in ./global_filter.storage.inc
Set a name/value pair on the filter by the key $key.

File

./global_filter.storage.inc, line 13
global_filter.storage.inc

Code

define('GLOBAL_FILTER_DB_VAR', 'global_filters');