You are here

public function countdown_box::cache_setting in Countdown 7.2

Returns the block cache settings for this box.

Overrides boxes_box::cache_setting

File

plugins/countdown_box.inc, line 139

Class

countdown_box
Countdown box.

Code

public function cache_setting() {
  return DRUPAL_CACHE_GLOBAL;
}