function system_update_last_removed in Drupal 10
Same name and namespace in other branches
- 6 modules/system/system.install \system_update_last_removed()
- 7 modules/system/system.install \system_update_last_removed()
- 9 core/modules/system/system.install \system_update_last_removed()
Implements hook_update_last_removed().
File
- core/
modules/ system/ system.install, line 1525 - Install, update and uninstall functions for the system module.
Code
function system_update_last_removed() {
return 8901;
}