You are here

function media_library_update_last_removed in Drupal 9

Implements hook_update_last_removed().

File

core/modules/media_library/media_library.install, line 25
Install, update and uninstall functions for the media_library module.

Code

function media_library_update_last_removed() {
  return 8704;
}