function block_update_last_removed in Drupal 9
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;
}