You are here

public function boxes_i18n::cache_setting in Boxes translation 7

Returns the block cache settings for this box. Subclasses can override this to perform more intricate operations around deciding the cache settings of the specific box instance.

Overrides boxes_box::cache_setting

File

plugins/boxes/boxes_i18n.inc, line 104

Class

boxes_i18n
Simple translatable custom text box.

Code

public function cache_setting() {
  return DRUPAL_CACHE_CUSTOM;
}