You are here

function media_update_last_removed in Drupal 10

Same name and namespace in other branches
  1. 9 core/modules/media/media.install \media_update_last_removed()

Implements hook_update_last_removed().

File

core/modules/media/media.install, line 180
Install, uninstall and update hooks for Media module.

Code

function media_update_last_removed() {
  return 8700;
}