function block_update_8002 in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/block/block.install \block_update_8002()
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 101 - Contains install and update functions for Block.
Code
function block_update_8002() {
\Drupal::state()
->set('block_update_8002_placeholder', TRUE);
}