1.20.x block.install block_update_1000()

Block cache is always enabled in Backdrop.

Related topics

File

modules/block/block.install, line 29
Install, update and uninstall functions for the block module.

Code

function block_update_1000() {
  update_variable_del('block_cache');
}