You are here

function block_post_update_disabled_region_update in Drupal 8

Disable blocks that are placed into the "disabled" region.

File

core/modules/block/block.post_update.php, line 75
Post update functions for Block.

Code

function block_post_update_disabled_region_update() {

  // An empty update will flush caches, forcing block_rebuild() to run.
}