function dblog_update_last_removed in Drupal 10
Same name and namespace in other branches
- 9 core/modules/dblog/dblog.install \dblog_update_last_removed()
Implements hook_update_last_removed().
File
- core/
modules/ dblog/ dblog.install, line 97 - Install, update and uninstall functions for the dblog module.
Code
function dblog_update_last_removed() {
return 8600;
}