function block_update_last_removed in Drupal 10
Same name and namespace in other branches
- 9 core/modules/block/block.install \block_update_last_removed()
Implements hook_update_last_removed().
File
- core/
modules/ block/ block.install, line 23 - Contains install and update functions for Block.
Code
function block_update_last_removed() {
return 8003;
}