function block_update_8000

Block cache is always enabled in 8.x.

Related topics

File

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

Code

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