You are here

function file_removed_post_updates in Drupal 10

Implements hook_removed_post_updates().

File

core/modules/file/file.post_update.php, line 11
Post update functions for File.

Code

function file_removed_post_updates() {
  return [
    'file_post_update_add_txt_if_allows_insecure_extensions' => '10.0.0',
  ];
}