block_post_update_disable_blocks_with_missing_contexts()
Disable all blocks with missing context IDs in block_update_8001().
File
core/modules/block/block.post_update.php, line 16 Post update functions for Block.
Code
function block_post_update_disable_blocks_with_missing_contexts() {
// Don't execute the function if block_update_8002() got executed already,
// which used to do the same. Note: Its okay to check here, because
// update_do_one() does not update the installed schema versio