You are here

constant THEMEKEY_PAGECACHE_TIMEBASED in ThemeKey 7.3

Same name and namespace in other branches
  1. 6.4 themekey.module \THEMEKEY_PAGECACHE_TIMEBASED
  2. 6.3 themekey.module \THEMEKEY_PAGECACHE_TIMEBASED
  3. 7 themekey.module \THEMEKEY_PAGECACHE_TIMEBASED
  4. 7.2 themekey.module \THEMEKEY_PAGECACHE_TIMEBASED
3 uses of THEMEKEY_PAGECACHE_TIMEBASED
themekey_cron_clear_page_cache in ./themekey_cron.inc
Checks rules containing time-based properties when cron runs. ThemeKey will carefully clean up the page cache, if necessary, to provide the right theme to anonymous users automatically, for example, a Christmas theme.
themekey_page_cache_warning in ./themekey_admin.inc
Detects if page cache is active and incompatible properties are used in theme switching rule chain.
themekey_system_themekey_properties in modules/themekey.system.inc
Implements hook_themekey_properties().

File

./themekey.module, line 22
ThemeKey is designed as a generic theme-switching module.

Code

define('THEMEKEY_PAGECACHE_TIMEBASED', 2);