You are here

function block_update_8002 in Drupal 8

Placeholder for the previous 8002 update.

1 string reference to 'block_update_8002'
block_post_update_disable_blocks_with_missing_contexts in core/modules/block/block.post_update.php
Disable all blocks with missing context IDs in block_update_8001().

File

core/modules/block/block.install, line 96
Contains install and update functions for Block.

Code

function block_update_8002() {
  \Drupal::state()
    ->set('block_update_8002_placeholder', TRUE);
}