1 block.install block_update_1000()

Block cache is always enabled in Backdrop.

Related topics

File

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

Code

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