function file_removed_post_updates

Same name and namespace in other branches
  1. 10 core/modules/file/file.post_update.php \file_removed_post_updates()

Implements hook_removed_post_updates().

File

core/modules/file/file.post_update.php, line 11

Code

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.