You are here

file.post_update.php in Drupal 10

Same filename and directory in other branches
  1. 9 core/modules/file/file.post_update.php

Post update functions for File.

File

core/modules/file/file.post_update.php
View source
<?php

/**
 * @file
 * Post update functions for File.
 */

/**
 * Implements hook_removed_post_updates().
 */
function file_removed_post_updates() {
  return [
    'file_post_update_add_txt_if_allows_insecure_extensions' => '10.0.0',
  ];
}

Functions