function media_update_last_removed in Drupal 9
Implements hook_update_last_removed().
File
- core/
modules/ media/ media.install, line 179 - Install, uninstall and update hooks for Media module.
Code
function media_update_last_removed() {
return 8700;
}